Click or drag to resize

RelationshipsType4 Class

IT Hit WebDAV Classes Reference
Represents a single relationship.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CardRelationshipsType4

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

The RelationshipsType4 type exposes the following members.

Constructors
  NameDescription
Public methodRelationshipsType4
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberAcquaintance
This relation type represents an acquaintance. String value is "ACQUAINTANCE", integer value is 2.
Public propertyStatic memberAgent
This relation type represents an agent. String value is "AGENT", integer value is 262144.
Public propertyStatic memberChild
This relation type represents a child. String value is "CHILD", integer value is 256.
Public propertyStatic memberColleague
This relation type represents a colleague. String value is "COLLEAGUE", integer value is 32.
Public propertyStatic memberContact
This relation type represents a contact.. String value is "CONTACT", integer value is 1.
Public propertyStatic memberCoresident
This relation type represents a co-resident. String value is "CO-RESIDENT", integer value is 64.
Public propertyStatic memberCoworker
This relation type represents a co-worker. String value is "CO-WORKER", integer value is 16.
Public propertyStatic memberCrush
This relation type represents a crush. String value is "CRUSH", integer value is 16384.
Public propertyStatic memberDate
This relation type represents a date. String value is "DATE", integer value is 32768.
Public propertyStatic memberEmergency
This relation type represents an emergency. String value is "EMERGENCY", integer value is 524288.
Public propertyStatic memberFriend
This relation type represents a friend. String value is "FRIEND", integer value is 4.
Public propertyStatic memberKin
This relation type represents a kin. String value is "KIN", integer value is 4096.
Public propertyStatic memberMe
This relation type represents me. String value is "ME", integer value is 131072.
Public propertyStatic memberMet
This relation type represents a met. String value is "MET", integer value is 8.
Public propertyStatic memberMuse
This relation type represents a muse. String value is "MUSE", integer value is 8192.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberNeighbor
This relation type represents a neighbor. String value is "NEIGHBOR", integer value is 128.
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. String value is "PARENT", integer value is 512.
Public propertyStatic memberSibling
This relation type represents a sibling. String value is "SIBLING", integer value is 1024.
Public propertyStatic memberSpouse
This relation type represents a spouse. String value is "SPOUSE", integer value is 2048.
Public propertyStatic memberSweetheart
This relation type represents a sweetheart. String value is "SWEETHEART", integer value is 65536.
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