FrontendControl Class |
Namespace: Dynamicweb.News.Common.Frontend
The FrontendControl type exposes the following members.
Name | Description | |
---|---|---|
FrontendControl(String) |
Initializes a new instance of the FrontendControl class.
| |
FrontendControl(Int32, String) |
Constructor.
| |
FrontendControl(Int32, Int32, String) |
Initializes a new instance of the FrontendControl class.
| |
FrontendControl(Int32, String, FrontendControlValidator) |
Initializes a new instance of the FrontendControl class.
| |
FrontendControl(Int32, Int32, String, FrontendControlValidator) |
Initializes a new instance of the FrontendControl class.
|
Name | Description | |
---|---|---|
AdditionalValidator |
Gets or sets the additional validator.
| |
ClientValidator |
Validates content
| |
ControlOutput |
Gets the control output.
| |
EnableClientValidation |
Gets or sets a value indicating whether [enable client validation].
| |
InitialValue |
Stores and retrieves the initial value for this control.
| |
IsCustom |
Gets or sets a value indicating whether this instance is custom.
| |
IsUnique |
Determines whether the current control field is unique.
| |
Label |
Stores and retrieves the current control label string.
| |
MessagesTemplate |
Gets or sets the messages template.
| |
Name |
Stores and retrieves the current control name.
| |
Pid |
Gets or sets the pid.
| |
Required |
Determines whether the current control field is required.
| |
RowID |
Gets or sets the row identifier.
| |
ValidationMessages |
Gets or sets the validation messages.
| |
Value |
Gets the value.
| |
WasChanged |
Gets or sets a value indicating whether [was changed].
|
Name | Description | |
---|---|---|
ChangeClass |
Changes control "class" atribute.
| |
ChangeID | ||
ErrorOutput |
Errors the output.
| |
FindCustomField |
Finds the custom field.
| |
GetNameWithPid |
Gets the name with pid.
| |
GetValidationTypeAsString |
Gets the validation type as string.
| |
Message |
Returns a validator message.
| |
TextValue |
Texts the value.
| |
Validate |
Validates this instance.
|