Build 1.01.318.0
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
Flags which control the serialization of a NodeState in a stream.
Namespace: Opc.UaAssembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum AttributesToSave |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration AttributesToSave |
| Visual C++ |
|---|
[FlagsAttribute] public enum class AttributesToSave |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The default value. | |
| AccessLevel | 1 | The AccessLevel attribute. | |
| ArrayDimensions | 2 | The ArrayDimensions attribute. | |
| BrowseName | 4 | The BrowseName attribute. | |
| ContainsNoLoops | 8 | The ContainsNoLoops attribute. | |
| DataType | 16 | The DataType attribute. | |
| Description | 32 | The Description attribute. | |
| DisplayName | 64 | The DisplayName attribute. | |
| EventNotifier | 128 | The EventNotifier attribute. | |
| Executable | 256 | The Executable attribute. | |
| Historizing | 512 | The Historizing attribute. | |
| InverseName | 1024 | The InverseName attribute. | |
| IsAbstract | 2048 | The IsAbstract attribute. | |
| MinimumSamplingInterval | 4096 | The MinimumSamplingInterval attribute. | |
| NodeClass | 8192 | The NodeClass attribute. | |
| NodeId | 16384 | The NodeId attribute. | |
| Symmetric | 32768 | The Symmetric attribute. | |
| UserAccessLevel | 65536 | The UserAccessLevel attribute. | |
| UserExecutable | 131072 | The UserExecutable attribute. | |
| UserWriteMask | 262144 | The UserWriteMask attribute. | |
| ValueRank | 524288 | The ValueRank attribute. | |
| WriteMask | 1048576 | The WriteMask attribute. | |
| Value | 2097152 | The Value attribute. | |
| SymbolicName | 4194304 | The SymbolicName for the node. | |
| TypeDefinitionId | 8388608 | The target of the TypeDefinitionId reference. | |
| ModellingRuleId | 16777216 | The target of the HasModellingRule reference. | |
| NumericId | 33554432 | The NumericId for the node. | |
| ReferenceTypeId | 134217728 | The type of reference between a child and a parent. | |
| SuperTypeId | 268435456 | The source of the HasSubType reference. | |
| StatusCode | 536870912 | The StatusCode associated with the Value attribute. |