Click or drag to resize

CustomField Class

Inheritance Hierarchy

Namespace:  Dynamicweb.News.Common
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
[SerializableAttribute]
public class CustomField : DbObject, 
	IFControlInfo

The CustomField type exposes the following members.

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