ModelAttachmentsField Class |
Namespace: Colygon.MatchPoint.EntityModel
[SerializableAttribute] public class ModelAttachmentsField : AttachmentsField
The ModelAttachmentsField type exposes the following members.
Name | Description | |
---|---|---|
ModelAttachmentsField | Initializes a new instance of the ModelAttachmentsField class |
Name | Description | |
---|---|---|
Description | Specifies a description for the field. (Inherited from FormDataField.) | |
IsHtmlDescription | Specifies whether the description contains HTML markup tags. (Inherited from FormDataField.) | |
Name | Specifies the relation name of the attachments. (Overrides AttachmentsFieldName.) | |
ReadOnlyExpression | Specifies whether the field is rendered in read-only mode. The expression is expected to return a Boolean value. The field will be read-only if the expression evaluates to 'true'. (Inherited from FormDataField.) | |
Required | Specifies whether this column is required to contain information. (Inherited from FormDataField.) | |
Title | Specifies the title of the field. (Inherited from AttachmentsField.) | |
VisibilityCondition | Specifies whether this field is visible. An expression can be used to determine the visibility dynamically. This expression is expected to return a Boolean value. (Inherited from FormField.) | |
WriteMode | Specifies whether the value of this field should be written on the data record. Use 'UseDefaultIfHidden' to write the field's default value if the field is hidden. (Inherited from FormDataField.) |
Name | Description | |
---|---|---|
CreateControl(FieldsForm) | Creates a control for thin data field within the specified form. (Inherited from FormDataField.) | |
CreateControl(FieldsForm, Boolean) | (Overrides AttachmentsFieldCreateControl(FieldsForm, Boolean).) | |
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.) | |
GetDefaultValue | (Overrides AttachmentsFieldGetDefaultValue.) | |
GetETag | (Inherited from AttachmentsField.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetLastModified | (Inherited from AttachmentsField.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue | (Overrides AttachmentsFieldGetValue(IUpdatable).) | |
IsEmpty | (Inherited from AttachmentsField.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ProcessElement | (Inherited from FormField.) | |
SetValue | (Overrides AttachmentsFieldSetValue(IUpdatable, Object).) | |
ToString | (Inherited from FormDataField.) | |
Validate | (Inherited from FormDataField.) |
Name | Description | |
---|---|---|
FileContentColumn | Specifies the name of the column where the binary data of the file is stored. | |
FileExtensionColumn | Specifies the name of the column where the file extension is stored. | |
FileNameColumn | Specifies the name of the column where the file name is stored. | |
Id | (Inherited from BaseField.) |