Click or drag to resize

RelationshipsType4 Class

IT Hit WebDAV Classes Reference
Represents a single relationship.
Inheritance Hierarchy

Namespace: ITHit.WebDAV.Card
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public class RelationshipsType4 : ExtendibleEnum

The RelationshipsType4 type exposes the following members.

Constructors
  NameDescription
Public methodRelationshipsType4
This default constructor is required for internal purposes only to support generics. Do not use this contructor.
Public methodRelationshipsType4(String)
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberAcquaintance
This relation type represents an acquaintance.
Public propertyStatic memberAgent
This relation type represents an agent.
Public propertyStatic memberChild
This relation type represents a child.
Public propertyStatic memberColleague
This relation type represents a colleague.
Public propertyStatic memberContact
This relation type represents a contact.
Public propertyStatic memberCoresident
This relation type represents a co-resident.
Public propertyStatic memberCoworker
This relation type represents a co-worker.
Public propertyStatic memberCrush
This relation type represents a crush.
Public propertyStatic memberDate
This relation type represents a date.
Public propertyStatic memberEmergency
This relation type represents an emergency.
Public propertyStatic memberFriend
This relation type represents a friend.
Public propertyStatic memberKin
This relation type represents a kin.
Public propertyStatic memberMe
This relation type represents me.
Public propertyStatic memberMet
This relation type represents a met.
Public propertyStatic memberMuse
This relation type represents a muse.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberNeighbor
This relation type represents a neighbor.
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberParent
This relation type represents a parent.
Public propertyStatic memberSibling
This relation type represents a sibling.
Public propertyStatic memberSpouse
This relation type represents a spouse.
Public propertyStatic memberSweetheart
This relation type represents a sweetheart.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ExtendibleEnum.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Converts this object to its string representation.
(Inherited from ExtendibleEnum.)
Top
Remarks
http://tools.ietf.org/html/rfc6350#section-6.6.6
See Also