Click or drag to resize

CustomFieldDropDown Methods

The CustomFieldDropDown type exposes the following members.

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
See Also