Click or drag to resize

NoticeItemBase Class

A base class for notice board items
Inheritance Hierarchy

Namespace:  Cadcorp.Configuration.NoticeBoard
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public class NoticeItemBase

The NoticeItemBase type exposes the following members.

Constructors
  NameDescription
Public methodNoticeItemBase
Constructs an instance of a NoticeItem
Public methodNoticeItemBase(DataRow)
Constructs an instance of a NoticeItem
Top
Properties
  NameDescription
Public propertyID
Gets or sets the unique ID for this item
Public propertyIndex
Gets or sets the index for this item
Protected propertyJavascriptItemConstructor
Gets or sets the Javascript item constructor to use
Protected propertyJavascriptUIConstructor
Gets or sets the javascript item UI constructor to use
Public propertyLayerName
Gets or sets the name of this item
Public propertyNothingFoundTemplate
Gets or sets the Nothing found template for this notice item
Public propertyTemplate
Gets or sets the template for this notice item
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetClientConfig
Gets the comma delimited list of config items for the client side object
Public methodGetConfig
Gets the comma delimited list of config items
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJSON
Gets the JSON object to configure the client side object
Public methodGetTemplateJSON
Gets the template config object
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also