NonInterfaceMemberAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Indicates that a property or method should not be included in the automatically generated interface when using GenerateInterfaceAttribute.

[AttributeUsage(AttributeTargets.Method | AttributeTargets.Property)]
public class NonInterfaceMemberAttribute : Attribute

Public Members

name description
NonInterfaceMemberAttribute() The default constructor.

See Also