Overload | Description |
---|---|
Set(Boolean) | Initializes the object with a bool value. |
Set(SByte) | Initializes the object with a sbyte value. |
Set(Byte) | Initializes the object with a byte value. |
Set(Int16) | Initializes the object with a short value. |
Set(UInt16) | Initializes the object with a ushort value. |
Set(Int32) | Initializes the object with an int value. |
Set(UInt32) | Initializes the object with a uint value. |
Set(Int64) | Initializes the object with a long value. |
Set(UInt64) | Initializes the object with a ulong value. |
Set(Single) | Initializes the object with a float value. |
Set(Double) | Initializes the object with a double value. |
Set(String) | Initializes the object with a string value. |
Set(DateTime) | Initializes the object with a DateTime value. |
Set(Guid) | Initializes the object with a Guid value. |
Set(Uuid) | Initializes the object with a Uuid value. |
Set(Byte[]) | Initializes the object with a byte[] value. |
Set(XmlElement) | Initializes the object with a XmlElement value. |
Set(NodeId) | Initializes the object with a NodeId value. |
Set(ExpandedNodeId) | Initializes the object with a ExpandedNodeId value. |
Set(StatusCode) | Initializes the object with a StatusCode value. |
Set(QualifiedName) | Initializes the object with a QualifiedName value. |
Set(LocalizedText) | Initializes the object with a LocalizedText value. |
Set(ExtensionObject) | Initializes the object with a ExtensionObject value. |
Set(DataValue) | Initializes the object with a DataValue value. |
Set(Boolean[]) | Initializes the object with a bool array value. |
Set(SByte[]) | Initializes the object with a sbyte array value. |
Set(Int16[]) | Initializes the object with a short array value. |
Set(UInt16[]) | Initializes the object with a ushort array value. |
Set(Int32[]) | Initializes the object with an int array value. |
Set(UInt32[]) | Initializes the object with a uint array value. |
Set(Int64[]) | Initializes the object with a long array value. |
Set(UInt64[]) | Initializes the object with a ulong array value. |
Set(Single[]) | Initializes the object with a float array value. |
Set(Double[]) | Initializes the object with a double array value. |
Set(String[]) | Initializes the object with a string array value. |
Set(DateTime[]) | Initializes the object with a DateTime array value. |
Set(Guid[]) | Initializes the object with a Guid array value. |
Set(Uuid[]) | Initializes the object with a Uuid array value. |
Set(Byte[]) | Initializes the object with a byte[] array value. |
Set(XmlElement[]) | Initializes the object with a XmlElement array value. |
Set(NodeId[]) | Initializes the object with a NodeId array value. |
Set(ExpandedNodeId[]) | Initializes the object with a ExpandedNodeId array value. |
Set(StatusCode[]) | Initializes the object with a StatusCode array value. |
Set(QualifiedName[]) | Initializes the object with a QualifiedName array value. |
Set(LocalizedText[]) | Initializes the object with a LocalizedText array value. |
Set(ExtensionObject[]) | Initializes the object with a ExtensionObject array value. |
Set(DataValue[]) | Initializes the object with a DataValue array value. |
Set(Variant[]) | Initializes the object with a Variant array value. |
Set(Object[]) | Initializes the object with an object array value. |