[This is preliminary documentation and is subject to change.]

The ProfileBase type exposes the following members.

Constructors

  NameDescription
Public methodProfileBaseOverloaded.

Methods

  NameDescription
Protected methodEnumSize
Size of the enumerated type
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetBoolOverloaded.
Protected methodGetCalendarView
Gets the calendar view for a property
Protected methodGetDateTime
Gets the datetime of a property
Protected methodGetDayOfWeek
Gets the Day of week value of the property
Protected methodGetDouble
Gets the integer value of the profile property
Protected methodGetEventShowAs
Gets the Event Show As value of the property
Protected methodGetEventType
Sets the event show as value of the property
Protected methodGetGroupSelection
Gets the grouyp selection. By default it returns the current group
Public methodGetHashCode
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.)
Protected methodGetInt
Gets the integer value of the profile property
Protected methodGetString
Gets the string representation of the profile property
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 methodSerialize
The serialized profile
Protected methodSetBool
Sets the boolean value of the property
Protected methodSetCalendarView
Sets the calendar view
Protected methodSetDateTime
Sets the datetime of the property
Protected methodSetDayOfWeek
Sets the day of week value of the property
Protected methodSetDouble
Sets the integer value of the property
Protected methodSetEventShowAs
Sets the event show as value of the poperty
Protected methodSetEventType
Sets the event type
Protected methodSetGroupSelection
Sets the group selection to the value passed
Protected methodSetInt
Sets the integer value of the property
Protected methodSetString
Sets the string value of the profile property
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected fieldprops
List of properties

See Also