Click or drag to resize

TemplateClass Class

Autogenerated by DynTableWizard
Inheritance Hierarchy

Namespace:  Dynamicweb.News
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[BrowsableAttribute(false)]
public class TemplateClass : RecordClass

The TemplateClass type exposes the following members.

Constructors
  NameDescription
Public methodTemplateClass
Initializes a new instance of the TemplateClass class
Public methodTemplateClass(DataRow)
Initializes a new instance of the TemplateClass class
Public methodTemplateClass(IDataReader)
Initializes a new instance of the TemplateClass class
Top
Properties
Methods
  NameDescription
Public methodAssignAllReader (Overrides RecordClassAssignAllReader(IDataReader).)
Public methodAssignAllRow (Overrides RecordClassAssignAllRow(DataRow).)
Public methodFieldExists(DataRow, String)
Examines the DataRow (rwDataRow) passed in for the existance of strName. If the field exists and the field is 'something' as opposed to 'not Nothing' the function returns true. AssignAllRow for an example.
(Inherited from RecordClass.)
Public methodFieldExists(IDataReader, String)
Examines the IDataReader (drDataReader) passed in for the existance of strName. If the field exists and the field is 'something' as opposed to 'not Nothing' the function returns true. AssignAllReader for an example.
(Inherited from RecordClass.)
Top
Remarks
See Also