The CTemplate type exposes the following members.

Constructors

  NameDescription
CTemplate
Constructor for new template

Methods

  NameDescription
CheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Delete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetContentAreaContentId
Gets an array of ContentID for the specified content area.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetHierMenuTable
Static method that returns DataTable that holds navigation menu rows used for displaying drop down menus.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Validate
Makes sure that all of the property data passes the iMIS business rules.
(Inherited from iboBase.)

Fields

  NameDescription
mEditStatus
The edit status (unchanged, modified, etc) of this record.
(Inherited from iboBase.)
mErrors
The current list of errors encountered by this class instance during processing.
(Inherited from iboBase.)

Properties

  NameDescription
DialogMasterPageFileName
Gets or sets master page for dialog windows.
EditStatus
Indicates the current edit status of this object, i.e., New, Modified, Deleted, or Unchanged. See EEditStatus
(Inherited from iboBase.)
Errors
The collection of CError objects (error and warning messages) associated with this object instance
(Inherited from iboBase.)
ErrorsCount
Gets the number of error and warning messages that have been set on this object.
(Inherited from iboBase.)
GraphicsDirectory
Gets or sets the name of graphics folder where the buttons for this template are stored.
GraphicsDirectoryPath
Gets or sets the path to the folder that stores template specific images.
HierMenuLeftStartPosition
Gets or sets left start positin of the drop down.
HierMenuTopStartPosition
Gets or sets top start position of the drop down menu.
MasterPageFile
Gets or sets the name of MasterPage for this template.
PrinterMasterPageFileName
Gets or sets master page file for printer friendly template.
ShowBreadCrumb
Gets or sets a boolean value that indicates whether to show breadcrumb.
StyleSheet
Gets or sets stylesheet file name used in this template.
TextMasterPageFileName
Gets or sets master page file for text only template.
UseHierMenu
Gets or sets a boolean value that indicates whether to use drop down menu.
Website
Gets CWebsite that owns this template.
WebsiteKey
Gets unique identifier of the CWebsite that owns this template.

See Also