OPC Labs EasyOPC-UA Library
UADataSetData Object Members
Overview 
OpcLabs_EasyOpcUA ActiveX DLL : UADataSetData 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.

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

 

DISPID (Dispatch ID):

 

For more information, see CompareTo 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.

Gets a string describing the type of the dataset (data or events).

 

DISPID (Dispatch ID):

 

For more information, see GetDataSetTypeString 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.

Sets the origin of the dataset (the type and semantics depend on the transport used).

 

DISPID (Dispatch ID):

 

For more information, see SetOrigin in .NET Reference.

Public Properties
Determines whether the data is compressed.

 

DISPID (Dispatch ID):

 

For more information, see Compressed in .NET Reference.

Version information about the configuration of the dataset metadata.

 

DISPID (Dispatch ID):

 

For more information, see ConfigurationVersion in .NET Reference.

The globally unique identifier of the class of the dataset.

 

DISPID (Dispatch ID):

 

For more information, see DataSetClassId in .NET Reference.

The globally unique identifier of the class of the dataset, expressed as a string.

 

DISPID (Dispatch ID):

 

For more information, see DataSetClassIdString in .NET Reference.

Metadata for the subscribed dataset (optional).

 

DISPID (Dispatch ID):

 

For more information, see DataSetMetaData in .NET Reference.

Identifies the dataset writer.

 

DISPID (Dispatch ID):

 

For more information, see DataSetWriterId in .NET Reference.

The name of the dataset writer.

 

DISPID (Dispatch ID):

 

For more information, see DataSetWriterName in .NET Reference.

The display string for the current object.

 

DISPID (Dispatch ID): 0

 

For more information, see ToString in .NET Reference.

Determines whether the data is encrypted.

 

DISPID (Dispatch ID):

 

For more information, see Encrypted in .NET Reference.

Field data for each field in the dataset.

 

DISPID (Dispatch ID):

 

For more information, see FieldDataDictionary in .NET Reference.

Field data for each field in the dataset. Keyed by dataset field Id. Only when metadata is available.

 

DISPID (Dispatch ID):

 

For more information, see FieldDataDictionaryById in .NET Reference.

Determines whether there is a (non-null) configuration version in the dataset.

 

DISPID (Dispatch ID):

 

For more information, see HasConfigurationVersion in .NET Reference.

Determines whether the dataset class Id is included in the dataset data.

 

DISPID (Dispatch ID):

 

For more information, see HasDataSetClassId in .NET Reference.

Determines whether there is metadata for the subscribed dataset.

 

DISPID (Dispatch ID):

 

For more information, see HasDataSetMetaData in .NET Reference.

Determines whether the dataset writer Id is included in the dataset data.

 

DISPID (Dispatch ID):

 

For more information, see HasDataSetWriterId in .NET Reference.

Determines whether the dataset writer name is included in the dataset data.

 

DISPID (Dispatch ID):

 

For more information, see HasDataSetWriterName in .NET Reference.

Determines whether dataset origin is present.

 

DISPID (Dispatch ID):

 

For more information, see HasOrigin in .NET Reference.

Determines whether the publisher Id is included in the dataset data.

 

DISPID (Dispatch ID):

 

For more information, see HasPublisherId in .NET Reference.

Determines whether there is a (non-default) timestamp in the dataset.

 

DISPID (Dispatch ID):

 

For more information, see HasTimestamp in .NET Reference.

Determines whether the writer group Id is included in the dataset data.

 

DISPID (Dispatch ID):

 

For more information, see HasWriterGroupId in .NET Reference.

Set when the fields represent variable data.

 

DISPID (Dispatch ID):

 

For more information, see IsData in .NET Reference.

Set when the fields represent an event.

 

DISPID (Dispatch ID):

 

For more information, see IsEvent in .NET Reference.

The name of the message mapping, if known.

 

DISPID (Dispatch ID):

 

For more information, see MessageMappingName in .NET Reference.

Indicates the origin of the dataset (the type and semantics depend on the transport used).

 

DISPID (Dispatch ID):

 

For more information, see Origin in .NET Reference.

Specifies the number of picoseconds intervals which shall be added to the timestamp.

 

DISPID (Dispatch ID):

 

For more information, see Picoseconds in .NET Reference.

Identifies the publisher.

 

DISPID (Dispatch ID):

 

For more information, see PublisherId in .NET Reference.

Determines whether the dataset message is retained by the server.

 

DISPID (Dispatch ID):

 

For more information, see Retain in .NET Reference.

Determines whether the data is signed.

 

DISPID (Dispatch ID):

 

For more information, see Signed in .NET Reference.

Status information about the data in the dataset message.

 

DISPID (Dispatch ID):

 

For more information, see StatusCode in .NET Reference.

A timestamp describing when the data in the dataset message was obtained. In UTC.

 

DISPID (Dispatch ID):

 

For more information, see Timestamp in .NET Reference.

A timestamp describing when the data in the dataset message was obtained. In UTC, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see TimestampDouble in .NET Reference.

A timestamp describing when the data in the dataset message was obtained. In local time.

 

DISPID (Dispatch ID):

 

For more information, see TimestampLocal in .NET Reference.

A timestamp describing when the data in the dataset message was obtained. In local time, as double-precision floating-point number that contains an OLE Automation date.

 

DISPID (Dispatch ID):

 

For more information, see TimestampLocalDouble in .NET Reference.

Returns a string that represents the current object.

 

DISPID (Dispatch ID):

 

For more information, see ToString in .NET Reference.

The name of the transport mapping, if known.

 

DISPID (Dispatch ID):

 

For more information, see TransportMappingName in .NET Reference.

Identifies the writer group.

 

DISPID (Dispatch ID):

 

For more information, see WriterGroupId in .NET Reference.

See Also

UADataSetData Object