ColumnDefinition Class |
Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class ColumnDefinition : BaseColumnDefinition
The ColumnDefinition type exposes the following members.
Name | Description | |
---|---|---|
ColumnDefinition | Initializes a new instance of the ColumnDefinition class |
Name | Description | |
---|---|---|
Name | Specifies the internal name of the column. CAUTION: Invalid characters (for instance white spaces 'The Column Name') will be escaped ('The_x0020_Column_x0020_Name'). If there is a custom title specified (via 'Title' or title resources), the column will no longer be accessible with 'The Column Name'. (Overrides BaseColumnDefinitionName.) |
Name | Description | |
---|---|---|
AddToList | (Overrides BaseColumnDefinitionAddToList(SPList, ProvisioningContext).) | |
AddToSiteColumns | ||
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 | (Inherited from BaseColumnDefinition.) |
Name | Description | |
---|---|---|
AddToDefaultView | If enabled, the column is added to the default view. (Inherited from BaseColumnDefinition.) | |
Choices | Contains choices for this column (will be evaluated only for choice columns). | |
DefaultValue | Specifies a default value for this column. | |
Group | Specifies the name of the group which the created column will be part of. | |
Indexed | Specifies whether this column is indexed. Please be aware that not all columns can be indexed due to SharePoint limitations. | |
Required | Specifies whether a value for this column is required. | |
SchemaXml | Specifies the CAML definition for a field. If this value is set, all other fields except 'AddToDefaultView' and 'TitleResource' are ignored. | |
Title | Specifies the display name of the column. | |
TitleResource | Contains string translations for the title parameter in different languages. | |
Type | Specifies the type for this column. This field is ignored if the field 'TypeName' is set. | |
TypeName | Specifies a type name that references a third party custom column. Otherwise the field 'Type' should be used. |