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