Detailed information about an activity type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ActivityTypeInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ActivityTypeInfo()()()() | Initializes a new instance of the ActivityTypeInfo class | 
|  | ActivityType | 
            The ActivityType type structure representing the activity type.
             
             | 
|  | CreationDate | 
            The date and time this activity type was created through RegisterActivityType.
             
             | 
|  | DeprecationDate | 
            If DEPRECATED, the date and time DeprecateActivityType was called.
             
             | 
|  | Description | 
            The description of the activity type provided in RegisterActivityType.
             
             Constraints: | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Status | 
            The current status of the activity type.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithActivityType(ActivityType) | Obsolete. 
            Sets the ActivityType property
             | 
|  | WithCreationDate(DateTime) | Obsolete. 
            Sets the CreationDate property
             | 
|  | WithDeprecationDate(DateTime) | Obsolete. 
            Sets the DeprecationDate property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ActivityTypeInfo |