Click or drag to resize

CustomFieldSpecific Methods

The CustomFieldSpecific type exposes the following members.

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 methodStatic memberGetList(Int32)
Gets the custom fields list by specified group id.
Public methodStatic memberGetList(ListCustomGroup)
Gets the custom fields list by specified groups.
Public methodStatic memberGetListByIdsWithValues
Gets the custom fields list by specified item id, group id and field ids.
Public methodStatic memberGetListWithValues(Int32, Int32)
Gets the custom fields list by specified item ids group ids.
Public methodStatic memberGetListWithValues(String, String)
Gets the custom fields list by specified items and groups.
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 to DB.
(Overrides CustomFieldSave.)
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
See Also