Class NcLifeCycleAttribute
Attribute to specify the lifecycle mode of an NC flag.
[AttributeUsage(AttributeTargets.Field)]
public class NcLifeCycleAttribute : Attribute
- Inheritance
-
NcLifeCycleAttribute
- Inherited Members
- Extension Methods
Constructors
NcLifeCycleAttribute(NcLifeCycleMode)
Initializes a new instance of the NcLifeCycleAttribute class.
public NcLifeCycleAttribute(NcLifeCycleMode ncLifeCycleMode)
Parameters
ncLifeCycleMode
NcLifeCycleModeThe lifecycle mode of the NC flag.
Properties
NcLifeCycleMode
Gets or sets the lifecycle mode of the NC flag.
public NcLifeCycleMode NcLifeCycleMode { get; set; }