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 | |
---|---|---|
TrackingDataProperty | Creates an instance. |
Top
Properties
Name | Description | |
---|---|---|
PropertyName | Gets the property name. | |
PropertyValue | Gets the property value. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.) | |
IXmlSerializable.ReadXml | Deserialization is not supported. | |
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