Click or drag to resize

StaticWebModule Properties

The StaticWebModule type exposes the following members.

Properties
  NameDescription
Public propertyChangingAttributes
Gets the attributes that are currently changing. Can be used in attribute change event handler to prevent stack overflow.
(Inherited from EditableDomainObject.)
Public propertyContentHtml
The actual html content of the pade. Only the <BODY> of the html is stored.
Public propertyCustomProperties
Gets the custom properties of the object.
(Inherited from EnterpriseOneEntityObject.)
Public propertyExtendedProperties
Extended properties contain temporary (not persisted) values in the object instance.
(Inherited from EntityObject.)
Public propertyId
The unique Id of the entity object
(Inherited from EntityObject.)
Public propertyIsGhost
Returns true when the object is a ghost object
(Inherited from EntityObject.)
Public propertyIsLoaded
Gets a value indicating whether the associated data for this domain object is loaded.
(Overrides WebModuleIsLoaded.)
Public propertyIsPublished
Specifies whether the module is published and will be showed in the web site. [Required] [Default(false)] [Filter(eq)]
(Inherited from WebModule.)
Public propertyItemString
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyItemIDataAttribute
Gets or sets the value of a data attribute
(Inherited from DomainObject.)
Public propertyLanguageCode
The language code of the content. [Required] [Default("EN")]
Public propertyLocalUrl
The local Module Url. The full Url of a module is formed based on the sites Base Url, the local Urls of all parent modules and the module Local Url. Null means that the web Module is the default web module within the parent path. [Filter(like)]
(Inherited from WebModule.)
Public propertyModulePicture
Default picture. Used for picture links, small module icons, etc. PNG format is suggested.
(Inherited from WebModule.)
Public propertyModuleType
Specifies the content handler. The content handler is responsible for generating the actual web page content. Module Types include Category, Static, News, Product, etc. [Required] [Filter(like)]
(Inherited from WebModule.)
Public propertyName
Multilanguage Module name. This is used as a title when displaying the web Module. [Required] [Filter(like)]
(Inherited from WebModule.)
Public propertyNoEvents
Turns on "No events" mode and returns a class, that will turn it off when Disposed. See remarks for more info.
(Inherited from DomainObject.)
Public propertyObjectState
Gets the state of the domain object.
(Overrides WebModuleObjectState.)
Public propertyParent
The parent web Module. It can only be a module with Module Type = Category. Null means that the web Module is root web Module. [Filter(multi eq)]
(Inherited from WebModule.)
Public propertyRepository
Provides access to StaticWebModulesRepository repository methods
Public propertyTransaction
The EnterpriseOne transaction to which this object is attached.
(Inherited from EnterpriseOneEntityObject.)
Public propertyWebModuleId
Gets the Id of the webmodule row, related to the domain object
(Inherited from WebModule.)
Public propertyWebSite
The web site to which the module belongs. [Required] [Filter(multi eq)] [Owner]
(Inherited from WebModule.)
Top
See Also