Name | Description | |
---|---|---|
UAPublisherId Constructor | Overloaded. |
The following tables list the members exposed by UAPublisherId.
Name | Description | |
---|---|---|
UAPublisherId Constructor | Overloaded. |
Name | Description | |
---|---|---|
ExternalValue | External value of the publisher Id identifier. | |
InternalValue | Internal value of the publisher Id identifier. | |
IsNull | Determines whether the publisher Id is a null publisher Id. | |
IsNumericType | Determines whether the publisher Id is of one of the numeric publisher Id types. | |
Null | A null publisher Id. | |
NumericIdentifier | Publisher Id numeric value represented using the Decimal type. | |
NumericIdentifierString | A string representation of the publisher Id numeric value. | |
NumericIdentifierUInt64 | An unsigned 64-bit representation of the publisher Id numeric value. | |
PublisherIdType | The type of the publisher Id. | |
StringIdentifier | A string identifier of the publisher Id, if the publisher Id is of a string type. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
CompareTo | ||
CreateByte | Creates a publisher Id with given byte identifier. | |
CreateString | Creates a publisher Id with given string identifier. | |
CreateUInt16 | Creates a publisher Id with given UInt16 identifier. | |
CreateUInt32 | Creates a publisher Id with given UInt32 identifier. | |
CreateUInt64 | Creates a publisher Id with given UInt64 identifier. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
FromExternalValue | Converts an external value into a publisher Id. | |
FromInternalValue | Converts an internal value into a publisher Id. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | (Inherited from OpcLabs.BaseLib.Info) | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IsNumericInternalValue | Determines whether an object can represent a numeric internal value of a publisher Id. | |
IsValidExternalValue | Determines whether an object represents a valid external value of a publisher Id. | |
IsValidInternalValue | Determines whether an object represents a valid internal value of a publisher Id. | |
Parse | Parses a string containing an OPC-UA publisher Id, and returns a corresponding publisher Id object. | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
Reset | Resets the publisher Id, setting no identifier. | |
SetByteIdentifier | Sets the given Byte identifier into the publisher Id. | |
SetExternalValue | Sets the external value of the publisher Id identifier. | |
SetIdentifier | Sets the publisher Id type and its identifier to specified values. | |
SetInternalValue | Sets the internal value of the publisher Id identifier. | |
SetStringIdentifier | Sets the given String identifier into the publisher Id. | |
SetUInt16Identifier | Sets the given UInt16 identifier into the publisher Id. | |
SetUInt32Identifier | Sets the given UInt32 identifier into the publisher Id. | |
SetUInt64Identifier | Sets the given Uint64 identifier into the publisher Id. | |
ToString | Overridden. Returns a string that represents the current object.Returns a string that represents the current object. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Equality | Determines whether the two objects are equal. |
Greater Than | Determines whether one object should be considered greater than the second object for ordering purposes. |
Greater Than or Equal | Determines whether one object should be considered greater or equal to than the second object for ordering purposes. |
Inequality | Determines whether the two objects are not equal. |
Less Than | Determines whether one object should be considered less than the second object for ordering purposes. |
Less Than or Equal | Determines whether one object should be considered less than or equal to the second object for ordering purposes. |