Namespace: ITHit.Collab.Card
The RelationshipsType4 type exposes the following members.
Name | Description | |
---|---|---|
RelationshipsType4 |
Creates a new instance of the enum object.
|
Name | Description | |
---|---|---|
Acquaintance |
This relation type represents an acquaintance. String value is "ACQUAINTANCE", integer value is 2.
| |
Agent |
This relation type represents an agent. String value is "AGENT", integer value is 262144.
| |
Child |
This relation type represents a child. String value is "CHILD", integer value is 256.
| |
Colleague |
This relation type represents a colleague. String value is "COLLEAGUE", integer value is 32.
| |
Contact |
This relation type represents a contact.. String value is "CONTACT", integer value is 1.
| |
Coresident |
This relation type represents a co-resident. String value is "CO-RESIDENT", integer value is 64.
| |
Coworker |
This relation type represents a co-worker. String value is "CO-WORKER", integer value is 16.
| |
Crush |
This relation type represents a crush. String value is "CRUSH", integer value is 16384.
| |
Date |
This relation type represents a date. String value is "DATE", integer value is 32768.
| |
Emergency |
This relation type represents an emergency. String value is "EMERGENCY", integer value is 524288.
| |
Friend |
This relation type represents a friend. String value is "FRIEND", integer value is 4.
| |
Kin |
This relation type represents a kin. String value is "KIN", integer value is 4096.
| |
Me |
This relation type represents me. String value is "ME", integer value is 131072.
| |
Met |
This relation type represents a met. String value is "MET", integer value is 8.
| |
Muse |
This relation type represents a muse. String value is "MUSE", integer value is 8192.
| |
Name |
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.) | |
Neighbor |
This relation type represents a neighbor. String value is "NEIGHBOR", integer value is 128.
| |
Number |
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.) | |
Parent |
This relation type represents a parent. String value is "PARENT", integer value is 512.
| |
Sibling |
This relation type represents a sibling. String value is "SIBLING", integer value is 1024.
| |
Spouse |
This relation type represents a spouse. String value is "SPOUSE", integer value is 2048.
| |
Sweetheart |
This relation type represents a sweetheart. String value is "SWEETHEART", integer value is 65536.
|
Name | Description | |
---|---|---|
Equals | (Inherited from ExtendibleEnum.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Converts this object to its string representation.
(Inherited from ExtendibleEnum.) |