Name | Description | |
---|---|---|
DAAccessRight Constructor | Overloaded. Initializes a new instance of the DAAccessRight class. |
The following tables list the members exposed by DAAccessRight.
Name | Description | |
---|---|---|
DAAccessRight Constructor | Overloaded. Initializes a new instance of the DAAccessRight class. |
Name | Description | |
---|---|---|
DefaultAsString | Default value of DAAccessRight, i.e. corresponding to DAAccessRights.Both, expressed as string. | |
DefaultInternalValue | Default internal value. Equals to DAAccessRights.Both. | |
DefaultNumericalValue | Numerical value of default DAAccessRight, which corresponds to DAAccessRights.Both. |
Name | Description | |
---|---|---|
AllowRead | Gets or sets the Readable indicator. | |
AllowWrite | Gets or sets the Writable indicator. | |
Default | Default access rights. | |
InternalValue | An internal value of the access rights - a combination of enumerated values. | |
NumericalValue | The numerical (integer) value of the access rights. | |
StandardName | A symbolic name of the current DAAccessRight if it has a standard name. Empty otherwise. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified OpcLabs.BaseLib.Info is equal to the current object. | |
FromDAAccessRights | Converts a combination of enumerated values to a DAAccessRight object. | |
FromInt64 | Converts the long integer value of access rights bits to an access rights object. | |
GetHashCode | Overridden. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToDAAccessRights | Converts DAAccessRight object to a combination of enumerated values. | |
ToInt64 | Converts the access rights object to a long integer value of access rights bits. | |
ToString | Overridden. Returns a string describing the access rights combination. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. |
Name | Description | |
---|---|---|
SetState<TNode> | Sets the arbitrary object associated with the node. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts the access rights object to a long integer value of access rights bits. |
Inequality | Determines whether the two objects are not equal. |