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