ViewDefinition Class |
Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class ViewDefinition
The ViewDefinition type exposes the following members.
Name | Description | |
---|---|---|
ViewDefinition | Initializes a new instance of the ViewDefinition class |
Name | Description | |
---|---|---|
Create | ||
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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
Fields | Specifies fields that should be included into the view. | |
IncludeRootFolder | Specifies whether the list root folder is included into this view. | |
IsDefaultView | If enabled, this view is set as default view on the list. | |
IsPersonalView | If enabled, the view is personalized. | |
Name | Specifies the file name of the view. | |
Paged | If enabled, the view will be paged. | |
Query | Specifies the CAML query used to obtain data for the view. The filter, the sort expressions and the grouping are set in the query. | |
RowLimit | Specifies the row limit of the view. | |
Scope | Specifies the scope of this view. | |
Title | Specifies the title of the view. | |
ViewData | A CAML string that contains the definition for additional properties associated with the view. This is used for creating a Gantt chart view. | |
ViewType | Specifies the type of this view. |