QuickOPC User's Guide and Reference
UAPublisherId Class Members
Properties  Methods 


OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace : UAPublisherId Class

The following tables list the members exposed by UAPublisherId.

Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.  
Top
Public Properties
 NameDescription
Public PropertyExternal value of the publisher Id identifier.  
Public PropertyInternal value of the publisher Id identifier.  
Public PropertyDetermines whether the publisher Id is a null publisher Id.  
Public PropertyDetermines whether the publisher Id is of one of the numeric publisher Id types.  
Public Propertystatic (Shared in Visual Basic)A null publisher Id.  
Public PropertyPublisher Id numeric value represented using the Decimal type.  
Public PropertyA string representation of the publisher Id numeric value.  
Public PropertyAn unsigned 64-bit representation of the publisher Id numeric value.  
Public PropertyThe type of the publisher Id.  
Public PropertyA string identifier of the publisher Id, if the publisher Id is of a string type.  
Top
Public Methods
 NameDescription
Public MethodOverridden.   
Public Method  
Public Methodstatic (Shared in Visual Basic)Creates a publisher Id with given byte identifier.  
Public Methodstatic (Shared in Visual Basic)Creates a publisher Id with given string identifier.  
Public Methodstatic (Shared in Visual Basic)Creates a publisher Id with given UInt16 identifier.  
Public Methodstatic (Shared in Visual Basic)Creates a publisher Id with given UInt32 identifier.  
Public Methodstatic (Shared in Visual Basic)Creates a publisher Id with given UInt64 identifier.  
Public MethodOverloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object.  
Public Methodstatic (Shared in Visual Basic)Converts an external value into a publisher Id.  
Public Methodstatic (Shared in Visual Basic)Converts an internal value into a publisher Id.  
Public MethodOverridden. Serves as the default hash function. Serves as a hash function for a particular type.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public Methodstatic (Shared in Visual Basic)Determines whether an object can represent a numeric internal value of a publisher Id.  
Public Methodstatic (Shared in Visual Basic)Determines whether an object represents a valid external value of a publisher Id.  
Public Methodstatic (Shared in Visual Basic)Determines whether an object represents a valid internal value of a publisher Id.  
Public Methodstatic (Shared in Visual Basic)Parses a string containing an OPC-UA publisher Id, and returns a corresponding publisher Id object.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Public MethodResets the publisher Id, setting no identifier.  
Public MethodSets the given Byte identifier into the publisher Id.  
Public MethodSets the external value of the publisher Id identifier.  
Public MethodSets the publisher Id type and its identifier to specified values.  
Public MethodSets the internal value of the publisher Id identifier.  
Public MethodSets the given String identifier into the publisher Id.  
Public MethodSets the given UInt16 identifier into the publisher Id.  
Public MethodSets the given UInt32 identifier into the publisher Id.  
Public MethodSets the given Uint64 identifier into the publisher Id.  
Public MethodOverridden. Returns a string that represents the current object.Returns a string that represents the current object.  
Public Method (Inherited from OpcLabs.BaseLib.Info)
Top
Protected Methods
 NameDescription
Protected MethodAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object)
Protected MethodCreates a shallow copy of the current System.Object. (Inherited from object)
Protected MethodOverridden. Infrastructure. Infrastructure.  
Protected MethodOverridden. Infrastructure. Infrastructure.  
Top
Public Operators
Determines whether the two objects are equal.
Determines whether one object should be considered greater than the second object for ordering purposes.
Determines whether one object should be considered greater or equal to than the second object for ordering purposes.
Determines whether the two objects are not equal.
Determines whether one object should be considered less than the second object for ordering purposes.
Determines whether one object should be considered less than or equal to the second object for ordering purposes.
Top
See Also

Reference

UAPublisherId Class
OpcLabs.EasyOpc.UA.PubSub Namespace