Click or drag to resize

CustomFieldGenerallib Class

Represents a general custom field.
Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common.CustomFields
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class CustomFieldGenerallib : CustomField

The CustomFieldGenerallib type exposes the following members.

Constructors
  NameDescription
Public methodCustomFieldGenerallib(IDataReader)
Initializes a new instance of the CustomFieldGenerallib class.
Public methodCustomFieldGenerallib(Int32)
Initializes a new instance of the CustomFieldGenerallib class.
Public methodCustomFieldGenerallib(String)
Initializes a new instance of the CustomFieldGenerallib class.
Public methodCustomFieldGenerallib(Int32, String)
Initializes a new instance of the CustomFieldGenerallib class.
Top
Properties
  NameDescription
Public propertyAdditionalValidator (Inherited from CustomField.)
Public propertyConnection (Inherited from DbObject.)
Public propertyContext
Gets or sets the context.
(Inherited from CustomField.)
Public propertyDropDownDefaultValue
Stores and retrieves a DropDownList default value.
(Inherited from CustomField.)
Public propertyDropDownList
Stores and retrieves a list of DropDownList items.
(Inherited from CustomField.)
Public propertyEnableClientValidation
Gets or sets a value indicating whether [enable client validation].
(Inherited from CustomField.)
Public propertyID (Inherited from DbObject.)
Public propertyIsDropDown
Determines whether the current field is DropDown.
(Inherited from CustomField.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyItemID
Gets or sets the item identifier.
(Inherited from CustomField.)
Public propertyName
Stores and retrieves the current field name.
(Inherited from CustomField.)
Public propertyRequired
Determines whether it is required to fill current field. IFControlInfo
(Inherited from CustomField.)
Public propertySort
Stores and retrieves the current field sort position.
(Inherited from CustomField.)
Public propertySystemName
Stores and retrieves the current field system name.
(Inherited from CustomField.)
Public propertyTransaction (Inherited from DbObject.)
Public propertyTypeID
Stores and retrieves the current field type.
(Inherited from CustomField.)
Public propertyValidationContext
Gets the validation context.
(Overrides CustomFieldValidationContext.)
Public propertyValue
Gets or sets the value.
(Inherited from CustomField.)
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32)
Deletes the specified identifier.
(Inherited from CustomField.)
Protected methodDeleteDropDowns
Deletes the drop downs.
(Inherited from CustomField.)
Public methodFill
Fills the specified reader.
(Inherited from CustomField.)
Public methodFillObject
Fills the object.
(Inherited from CustomField.)
Protected methodFillRow
Fills the row.
(Inherited from CustomField.)
Public methodLoad(Int32) (Inherited from DbObject.)
Public methodLoad(CommandBuilder) (Inherited from CustomField.)
Public methodMoveCustomField
Moves the custom field.
(Inherited from CustomField.)
Public methodSave
Saves this instance.
(Inherited from CustomField.)
Protected methodSaveDropDowns
Saves the drop downs.
(Inherited from CustomField.)
Protected methodSaveFieldInfo
Saves the field information CommandBuilder.
(Inherited from CustomField.)
Protected methodSaveSorting
Saves the sorting.
(Inherited from CustomField.)
Public methodSaveValue
Saves the value.
(Inherited from CustomField.)
Public methodShadowCopy
Shadows the copy.
(Inherited from CustomField.)
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Protected field_value (Inherited from CustomField.)
Top
See Also