Dynamicweb.Content.Items Namespace : Item Class |
The following tables list the members exposed by Item.
Name | Description | |
---|---|---|
![]() | Item Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the total number of fields within the given item. |
![]() | Id | Overridden. Gets or sets the item Id. |
![]() | IsReadOnly | Gets value indicating whether this item is read-only and no more fields can be added or removed. |
![]() | Item | Gets or sets the field with the given name. |
![]() | Names | Gets all field names. |
![]() | Sort | Overridden. Gets or sets the number indicating the position of the item within a list of items. |
![]() | SystemName | Gets or sets the system name of the associated item type. |
![]() | Values | Gets all field values. |
Name | Description | |
---|---|---|
![]() | Add | Adds new field to this item. |
![]() | Clear | Removes all fields from this item. |
![]() | Contains | Returns value indicating whether the given field is defined on a given item. |
![]() | ContainsKey | Returns value indicating whether item contains the field with the given name. |
![]() | CopyTo | Copies all fields from the given item into the given array. |
![]() | Delete | Deletes the curren item. (Inherited from Dynamicweb.Content.Items.ItemEntry) |
![]() | DeserializeFrom | Overloaded. Deserializes the state of the current object from a given data reader. |
![]() | GetEnumerator | Returns an enumerator object that is used to iterate over the fields of this item. |
![]() ![]() | GetItemById | Returns the item by its Id. |
![]() ![]() | GetItemsByPageId | Returns items by their page Id. |
![]() | Remove | Removes the given field from the item. |
![]() | Save | Saves the current item. (Inherited from Dynamicweb.Content.Items.ItemEntry) |
![]() | SerializeTo | Overloaded. Serializes the state of the current object into the given data row. |
![]() | TryGetValue | Tries to get the value of a given field. |