Click or drag to resize

FrontendControl Class

Class contains functions for handling control at frontend.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public abstract class FrontendControl

The FrontendControl type exposes the following members.

Constructors
  NameDescription
Public methodFrontendControl(String)
Initializes a new instance of the FrontendControl class.
Public methodFrontendControl(Int32, String)
Constructor.
Public methodFrontendControl(Int32, Int32, String)
Initializes a new instance of the FrontendControl class.
Public methodFrontendControl(Int32, String, FrontendControlValidator)
Initializes a new instance of the FrontendControl class.
Public methodFrontendControl(Int32, Int32, String, FrontendControlValidator)
Initializes a new instance of the FrontendControl class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator
Gets or sets the additional validator.
Public propertyClientValidator
Validates content
Public propertyControlOutput
Gets the control output.
Public propertyEnableClientValidation
Gets or sets a value indicating whether [enable client validation].
Public propertyInitialValue
Stores and retrieves the initial value for this control.
Public propertyIsCustom
Gets or sets a value indicating whether this instance is custom.
Public propertyIsUnique
Determines whether the current control field is unique.
Public propertyLabel
Stores and retrieves the current control label string.
Public propertyMessagesTemplate
Gets or sets the messages template.
Public propertyName
Stores and retrieves the current control name.
Public propertyPid
Gets or sets the pid.
Public propertyRequired
Determines whether the current control field is required.
Public propertyRowID
Gets or sets the row identifier.
Public propertyValidationMessages
Gets or sets the validation messages.
Public propertyValue
Gets the value.
Public propertyWasChanged
Gets or sets a value indicating whether [was changed].
Top
Methods
  NameDescription
Protected methodStatic memberChangeClass
Changes control "class" atribute.
Protected methodChangeID
Public methodErrorOutput
Errors the output.
Public methodFindCustomField
Finds the custom field.
Protected methodGetNameWithPid
Gets the name with pid.
Protected methodGetValidationTypeAsString
Gets the validation type as string.
Protected methodMessage
Returns a validator message.
Public methodTextValue
Texts the value.
Public methodValidate
Validates this instance.
Top
Fields
See Also