FormDefinition Class |
Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
[SerializableAttribute] public class FormDefinition
The FormDefinition type exposes the following members.
Name | Description | |
---|---|---|
FormDefinition | Initializes a new instance of the FormDefinition class |
Name | Description | |
---|---|---|
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 | |
---|---|---|
CloseDefaultFormWebPart | Specifies whether to close the default list form Web Part. | |
FileName | Specifies the file name of the form. If empty, the default form of the given type will be changed. | |
IsDefaultOfType | Specifies whether a newly created form should be made the default form of it's type. This setting will be ignored if 'FileName' is left empty. | |
Type | Specifies the type of the form. | |
WebParts | Contains the Web Parts that are added to the form. |