Click or drag to resize

GridRow Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreEntityInt32
    Dynamicweb.ContentGridRow

Namespace:  Dynamicweb.Content
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public class GridRow : Entity<int>

The GridRow type exposes the following members.

Constructors
  NameDescription
Public methodGridRow
Initializes a new instance of the GridRow class
Public methodGridRow(Int32)
Initializes a new instance of the GridRow class
Top
Properties
  NameDescription
Public propertyActive
Public propertyAudit (Inherited from EntityTKey.)
Public propertyContainer
Public propertyDefinitionId
Public propertyHideForDesktops
Public propertyHideForPhones
Public propertyHideForTablets
Public propertyID (Inherited from EntityTKey.)
Protected propertyIsChanged (Inherited from EntityTKey.)
Public propertyIsDeleted (Inherited from EntityTKey.)
Public propertyIsModified (Inherited from EntityTKey.)
Public propertyIsNew (Inherited from EntityTKey.)
Public propertyIsTemplate
Public propertyItemId
Public propertyItemType
Public propertyMasterRowId
Public propertyPageId
Public propertySort
Public propertyState (Inherited from EntityTKey.)
Public propertyTemplateDescription
Public propertyTemplateImage
Public propertyTemplateName
Public propertyUniqueId
Public propertyValidFrom
Public propertyValidTo
Top
Methods
  NameDescription
Protected methodBeginRestoring (Inherited from EntityTKey.)
Public methodDelete (Inherited from EntityTKey.)
Protected methodEndRestoring (Inherited from EntityTKey.)
Protected methodMarkAsModified (Inherited from EntityTKey.)
Protected methodSetEnumTEnum (Inherited from EntityTKey.)
Protected methodSetPropertyT(String, NullableT, NullableT) (Inherited from EntityTKey.)
Protected methodSetPropertyT(String, T, T) (Inherited from EntityTKey.)
Top
Explicit Interface Implementations
See Also