Class NcGroupAttribute
NC Group Attribute.
[AttributeUsage(AttributeTargets.Field)]
public class NcGroupAttribute : Attribute
- Inheritance
-
NcGroupAttribute
- Inherited Members
- Extension Methods
Constructors
NcGroupAttribute(Type)
Ctor.
public NcGroupAttribute(Type ncGroup)
Parameters
ncGroup
Type
Properties
NcGroupType
Gets or sets the NC group type.
public Type NcGroupType { get; set; }