Click or drag to resize

CustomFieldSpecific Class

Represents a specific custom field
Inheritance Hierarchy

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

The CustomFieldSpecific type exposes the following members.

Constructors
  NameDescription
Public methodCustomFieldSpecific(IDataReader, Int32)
Initializes a new instance of the CustomFieldSpecific class.
Public methodCustomFieldSpecific(Int32, String)
Initializes a new instance of the CustomFieldSpecific class.
Public methodCustomFieldSpecific(Int32, Int32, String)
Initializes a new instance of the CustomFieldSpecific 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.
(Inherited from CustomFieldGenerallib.)
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 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
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