TemplateClass Class |
Namespace: Dynamicweb.News
The TemplateClass type exposes the following members.
Name | Description | |
---|---|---|
TemplateClass | Initializes a new instance of the TemplateClass class | |
TemplateClass(DataRow) | Initializes a new instance of the TemplateClass class | |
TemplateClass(IDataReader) | Initializes a new instance of the TemplateClass class |
Name | Description | |
---|---|---|
Row |
This property handles the DataRow that the parrentclass assign when using the
New(DataRow) constructor
(Inherited from RecordClass.) | |
TemplateActive | ||
TemplateAutoResize | ||
TemplateCategoryID | ||
TemplateDescription | ||
TemplateFile | ||
TemplateIcon | ||
TemplateID | ||
TemplateImageColumns | ||
TemplateImageHeight | ||
TemplateImageWidth | ||
TemplateIsDefault | ||
TemplateIsProtected | ||
TemplateModifiedDate | ||
TemplateName | ||
TemplatePutInTable | ||
TemplateSettings | ||
TemplateSort | ||
TemplateTypeID |
Name | Description | |
---|---|---|
AssignAllReader | (Overrides RecordClassAssignAllReader(IDataReader).) | |
AssignAllRow | (Overrides RecordClassAssignAllRow(DataRow).) | |
FieldExists(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.) | |
FieldExists(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.) |