Partilhar via


TrackingDataProperty Members

Include Protected Members
Include Inherited Members

TrackingDataProperty stores a name and value for a single property.

The TrackingDataProperty type exposes the following members.

Constructors

  Name Description
Public method TrackingDataProperty Creates an instance.

Top

Properties

  Name Description
Public property PropertyName Gets the property name.
Public property PropertyValue Gets the property value.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema GetSchema is not implemented and returns null instead of throwing an exception. (Returning null is a more common implementation of GetSchema than throwing an exception when there is no implementation.)
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml Deserialization is not supported.
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml Serializes the property key and the property value. XmlSerializer.Serialize can throw an InvalidOperationException exception and the exception should be handled by the caller who calls the serialize function on TrackingDataProperty.

Top

See Also

Reference

TrackingDataProperty Class

Microsoft.Rtc.Workflow.Activities Namespace