PropertyID Class

Encapsulates information that is used to identify an instance of a VCardProperty.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.1.0+9753915cd0f8006e7e5b4f62aa63aa3651006f06
C#
public sealed class PropertyID : IEquatable<PropertyID>, 
	IEnumerable<PropertyID>, IEnumerable
Inheritance
Object    PropertyID
Implements
IEnumerablePropertyID, IEnumerable, IEquatablePropertyID

Properties

App Gets the LocalID of the AppID object with which the PropertyID object is connected, or null if the PropertyID object is not connected with any AppID.
IDGets the local ID of the VCardProperty.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Equals(PropertyID)Indicates whether the current object is equal to another object of the same type.
GetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

Operators

Equality(PropertyID, PropertyID)Compares two PropertyID objects. The result indicates whether the values of the two PropertyID objects are equal.
Inequality(PropertyID, PropertyID)Compares two PropertyID objects. The result indicates whether the values of the two PropertyID objects are not equal.

Explicit Interface Implementations

IEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
IEnumerablePropertyIDGetEnumeratorReturns an enumerator that iterates through the collection.

See Also