Click or drag to resize

NoticeItem Class

A class representing an swd layer based notice
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 NoticeItem : NoticeItemBase

The NoticeItem type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyID
Gets or sets the unique ID for this item
(Inherited from NoticeItemBase.)
Public propertyIndex
Gets or sets the index for this item
(Inherited from NoticeItemBase.)
Protected propertyJavascriptItemConstructor
Gets or sets the Javascript item constructor to use
(Inherited from NoticeItemBase.)
Protected propertyJavascriptUIConstructor
Gets or sets the javascript item UI constructor to use
(Inherited from NoticeItemBase.)
Public propertyLayerName
Gets or sets the name of this item
(Inherited from NoticeItemBase.)
Public propertyNothingFoundTemplate
Gets or sets the Nothing found template for this notice item
(Inherited from NoticeItemBase.)
Public propertyTemplate
Gets or sets the template for this notice item
(Inherited from NoticeItemBase.)
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
(Inherited from NoticeItemBase.)
Public methodGetConfig
Gets the comma delimited list of config items
(Inherited from NoticeItemBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetJSON
Gets the JSON object to configure the client side object
(Inherited from NoticeItemBase.)
Public methodGetTemplateJSON
Gets the template config object
(Inherited from NoticeItemBase.)
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