Click or drag to resize

RelationshipType Class

IT Hit WebDAV Classes Reference
Represents a relationship or reference between one calendar component and another.
Inheritance Hierarchy
SystemObject
  ITHit.CollabExtendibleEnum
    ITHit.Collab.CalendarRelationshipType

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

The RelationshipType type exposes the following members.

Constructors
  NameDescription
Public methodRelationshipType
Creates a new instance of the enum object.
Top
Properties
  NameDescription
Public propertyStatic memberChild
Represents a child relationship. Indicates that the referenced calendar component is a subordinate of the calendar component. String value is "CHILD", integer value is 2.
Public propertyName
Gets the string representation of the enum value.
(Inherited from ExtendibleEnum.)
Public propertyNumber
Gets the integer representation of the enum value. Default is -1.
(Inherited from ExtendibleEnum.)
Public propertyStatic memberParent
Represents a parent relationship. Indicates that the referenced calendar component is a superior of calendar component. String value is "PARENT", integer value is 1.
Public propertyStatic memberSibling
Represents a sibling relationship. Indicates that the referenced calendar component is a peer of the calendar component. String value is "SIBLING", integer value is 3.
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
See Also