Click or drag to resize

Item Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Content.Items
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public sealed class Item : ItemEntry, IDictionary<string, Object>, 
	ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, 
	IEnumerable

The Item type exposes the following members.

Constructors
  NameDescription
Public methodItem
Initializes a new instance of the Item class
Public methodItem(IDictionaryString, Object)
Initializes a new instance of the Item class
Public methodItem(DataRow)
Initializes a new instance of the Item class
Public methodItem(IDataReader)
Initializes a new instance of the Item class
Public methodItem(String)
Initializes a new instance of the Item class
Public methodItem(ItemEntry)
Initializes a new instance of the Item class
Public methodItem(String, String)
Initializes a new instance of the Item class
Top
Properties
Methods
  NameDescription
Public methodAdd(KeyValuePairString, Object)
Public methodAdd(String, Object)
Public methodClear
Public methodContains
Public methodContainsKey
Public methodCopy (Inherited from ItemEntry.)
Public methodCopy(ItemContext) (Inherited from ItemEntry.)
Public methodCopyTo
Public methodDelete (Inherited from ItemEntry.)
Public methodDelete(ItemContext) (Inherited from ItemEntry.)
Public methodDeserializeFrom(IDictionaryString, Object) (Overrides ItemEntryDeserializeFrom(IDictionaryString, Object).)
Public methodDeserializeFrom(DataRow)
Public methodDeserializeFrom(IDataReader)
Public methodDeserializeFrom(ItemEntry)
Public methodEquals (Inherited from ItemEntry.)
Public methodGetEnumerator
Public methodGetItem Obsolete.
Public methodStatic memberGetItemById
Public methodStatic memberGetItemsByPageId(Int32) Obsolete.
Public methodStatic memberGetItemsByPageId(String, Int32) Obsolete.
Public methodRemove(KeyValuePairString, Object)
Public methodRemove(String)
Public methodSave (Inherited from ItemEntry.)
Public methodSave(ItemContext) (Inherited from ItemEntry.)
Public methodSerializeTo(IDictionaryString, Object) (Overrides ItemEntrySerializeTo(IDictionaryString, Object).)
Public methodSerializeTo(DataRow)
Public methodSetDefaultValues
Public methodSetDefaultValues(ItemType)
Public methodSetDefaultValues(ItemType, Boolean)
Public methodToCodeFirstItemT (Inherited from ItemEntry.)
Public methodTryGetValue
Top
Fields
  NameDescription
Public fieldStatic memberSortColumnName
Top
Explicit Interface Implementations
See Also