Overload | Description |
---|---|
UAWriteValueArguments Constructor() | Initializes a new instance of the class with default data. |
UAWriteValueArguments Constructor(OperationArguments) | Initializes a new instance of the class, specifying the operation arguments. |
UAWriteValueArguments Constructor(UAAttributeArguments) | Initializes a new instance of the class, specifying the attribute arguments. |
UAWriteValueArguments Constructor(UAAttributeArguments,Object) | Initializes a new instance of the class, specifying the attribute arguments, and value. |
UAWriteValueArguments Constructor(UAAttributeArguments,Object,Type) | Initializes a new instance of the class, specifying the attribute arguments, value, and value type. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor) | Initializes a new instance of the class, specifying the endpoint descriptor, and node descriptor. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, and value. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object,Type) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, value, and value type. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object,TypeCode) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, value, and value type code. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object,UAAttributeId) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, value, and attribute Id. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object,UAIndexRangeList) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, value, and index range list. |
UAWriteValueArguments Constructor(UANodeArguments) | Initializes a new instance of the class, specifying the node arguments. |
UAWriteValueArguments Constructor(UANodeArguments,Object,Type) | Initializes a new instance of the class, specifying the node arguments, value, and value type. |
UAWriteValueArguments Constructor(UAWriteValueArguments) | Initializes a new copy of the object. |
UAWriteValueArguments Constructor(UAEndpointDescriptor,UANodeDescriptor,Object,UAIndexRangeList,Type) | Initializes a new instance of the class, specifying the endpoint descriptor, node descriptor, value, index range list, and value type. |
UAWriteValueArguments Constructor(UANodeArguments,Object,UAAttributeId) | Initializes a new instance of the class, specifying the node arguments, value, and attribute Id. |
UAWriteValueArguments Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |