Table of Contents

Class NcLifeCycleAttribute

Namespace
Hi.Numerical
Assembly
HiUniNc.dll

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 NcLifeCycleMode

The lifecycle mode of the NC flag.

Properties

NcLifeCycleMode

Gets or sets the lifecycle mode of the NC flag.

public NcLifeCycleMode NcLifeCycleMode { get; set; }

Property Value

NcLifeCycleMode