OPC Labs EasyOPC-UA Library
UAWriterGroupDescriptor Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UAWriterGroupDescriptor Object
Public Methods
Creates a new object that is a copy of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see Clone in .NET Reference.

Determines whether the specified object is equal to the current object.

 

DISPID (Dispatch ID):

 

For more information, see Equals in .NET Reference.

Returns a hash code for the current object.

 

DISPID (Dispatch ID):

 

For more information, see GetHashCode in .NET Reference.

 

DISPID (Dispatch ID):

 

For more information, see GetObjectData in .NET Reference.

Gets the Type of the current instance.

 

DISPID (Dispatch ID):

 

For more information, see GetType in .NET Reference.

Determines whether this PubSub object descriptor is strictly physical with specified transport profile URI string.

 

DISPID (Dispatch ID):

 

For more information, see IsStrictlyPhysical in .NET Reference.

Logicalizes the writer group descriptor, by removing the physical information from it.

 

DISPID (Dispatch ID):

 

For more information, see Logicalize in .NET Reference.

Physicalizes the PubSub object descriptor, by removing the logical information from it.

 

DISPID (Dispatch ID):

 

For more information, see Physicalize in .NET Reference.

Determines whether this PubSub object requires a resolution (in order to obtain the necessary physical information) with specified transport profile URI string.

 

DISPID (Dispatch ID):

 

For more information, see RequiresResolution in .NET Reference.

Public Properties
Specifies additional properties for the configured PubSub object.

 

DISPID (Dispatch ID):

 

For more information, see CustomPropertyValueDictionary in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether there is a logical name in this PubSub object descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasName in .NET Reference.

Determines whether there is a physical writer group Id in this writer group descriptor.

 

DISPID (Dispatch ID):

 

For more information, see HasWriterGroupId in .NET Reference.

Determines whether this object represents a null PubSub object descriptor.

 

DISPID (Dispatch ID):

 

For more information, see IsNull in .NET Reference.

The logical name of the PubSub object, if available.

 

DISPID (Dispatch ID):

 

For more information, see Name in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The (physical, numerical) writer group Id, if available.

 

DISPID (Dispatch ID):

 

For more information, see WriterGroupId in .NET Reference.

See Also

UAWriterGroupDescriptor Object