Click or drag to resize

CustomGroup Class

Inheritance Hierarchy

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

The CustomGroup type exposes the following members.

Constructors
  NameDescription
Public methodCustomGroup
Initializes a new instance of the CustomGroup class.
Public methodCustomGroup(IDataReader)
Initializes a new instance of the CustomGroup class.
Public methodCustomGroup(String)
Initializes a new instance of the CustomGroup class.
Public methodCustomGroup(Int32, String)
Initializes a new instance of the CustomGroup class.
Top
Properties
  NameDescription
Public propertyConnection (Inherited from DbObject.)
Public propertyContext
Gets or sets the context.
Public propertyFieldsCount
Gets the fields count.
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyName
Gets or sets the name.
Public propertyTransaction (Inherited from DbObject.)
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Top
See Also