[This is preliminary documentation and is subject to change.]
The ProfileBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ProfileBase | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | EnumSize |
Size of the enumerated type
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetBool | Overloaded. |
![]() | GetCalendarView |
Gets the calendar view for a property
|
![]() | GetDateTime |
Gets the datetime of a property
|
![]() | GetDayOfWeek |
Gets the Day of week value of the property
|
![]() | GetDouble |
Gets the integer value of the profile property
|
![]() | GetEventShowAs |
Gets the Event Show As value of the property
|
![]() | GetEventType |
Sets the event show as value of the property
|
![]() | GetGroupSelection |
Gets the grouyp selection. By default it returns the current group
|
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetInt |
Gets the integer value of the profile property
|
![]() | GetString |
Gets the string representation of the profile property
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Serialize |
The serialized profile
|
![]() | SetBool |
Sets the boolean value of the property
|
![]() | SetCalendarView |
Sets the calendar view
|
![]() | SetDateTime |
Sets the datetime of the property
|
![]() | SetDayOfWeek |
Sets the day of week value of the property
|
![]() | SetDouble |
Sets the integer value of the property
|
![]() | SetEventShowAs |
Sets the event show as value of the poperty
|
![]() | SetEventType |
Sets the event type
|
![]() | SetGroupSelection |
Sets the group selection to the value passed
|
![]() | SetInt |
Sets the integer value of the property
|
![]() | SetString |
Sets the string value of the profile property
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | props |
List of properties
|