Click or drag to resize

CustomFieldDropDown Class

Class contains function for custom field DropDown list handling.
Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.News.CommonCustomFieldDropDown

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public class CustomFieldDropDown : DbObject

The CustomFieldDropDown type exposes the following members.

Constructors
  NameDescription
Public methodCustomFieldDropDown
Constructor for CustomFieldDropDown class.
Public methodCustomFieldDropDown(IDataReader)
Constructor for CustomFieldDropDown class.
Public methodCustomFieldDropDown(Int32)
Constructor for CustomFieldDropDown class.
Top
Properties
  NameDescription
Public propertyActive
Stores and retrieves active flag of the current field.
Public propertyConnection (Inherited from DbObject.)
Public propertyDropdownDefault
Stores and retrieves default flag of the current field.
Public propertyFieldID
Stores and retrieves the current field ID value.
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyKey
Stores and retrieves the current table key.
Public propertySort
Stores and retrieves the current field sort position.
Public propertyTransaction (Inherited from DbObject.)
Public propertyValue
Stores and retrieves the current field value.
Top
Methods
  NameDescription
Public methodDelete (Inherited from DbObject.)
Public methodDelete(Int32) (Inherited from DbObject.)
Public methodFill
Fills object with data from System.Data.IDataReader object.
(Overrides DbObjectFill(IDataReader).)
Protected methodFillRow
Fills System.Data.DataRow object with data of the current object.
(Overrides DbObjectFillRow(DataRow).)
Public methodStatic memberGetDropDownList(Int32)
Gets CustomFieldDropDown list for the current custom field.
Public methodStatic memberGetDropDownList(String, String)
Gets CustomFieldDropDown list for the current custom field.
Public methodStatic memberGetDropDownListActive
Gets the drop down list active.
Public methodLoad(Int32) (Inherited from DbObject.)
Public methodLoad(CommandBuilder)
Public methodMoveCustomField
Moves the custom field.
Public methodSave
Saves this instance.
(Overrides DbObjectSave.)
Protected methodSaveSorting
Saves the sorting.
Public methodSetDefault
Sets the default.
Top
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
Remarks