BaseUserSetting Class |
Namespace: Colygon.MatchPoint.Core.UserSettings
[SerializableAttribute] public abstract class BaseUserSetting : IComparable<BaseUserSetting>
The BaseUserSetting type exposes the following members.
Name | Description | |
---|---|---|
BaseUserSetting(MPInstance) | Initializes a new instance of the BaseUserSetting class | |
BaseUserSetting(SPListItem, MPInstance) | Initializes a new instance of the BaseUserSetting class |
Name | Description | |
---|---|---|
Description | ||
Id | ||
Owner | ||
PublishingGroup |
Name | Description | |
---|---|---|
CompareTo | Compares the current user settings object to the specified object. | |
CreateField | ||
CreateList | ||
Delete | Deletes this user settings object. | |
DoesUserHaveEditPermission | Returns true if the current user has edit permissions on this user settings object | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindT | ||
FindAllT | ||
GetDistinctFieldValue | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetList | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LoadT | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Update | Updates this user settings object. | |
UpdateItem |
Name | Description | |
---|---|---|
Category | $Resources:UserSettingCategoryDescription | |
IsPublic | $Resources:UserSettingIsPublicDescription | |
Name |
You can extend this class to implement a custom object for storing user-specific settings.