IRISLIB database
componentParameters Class Reference

Property superclass used to define special parameters for ZEN components. More...

Inheritance diagram for componentParameters:

Static Public Attributes

 ZENCLIENTONLY = None
 If true, then the associated property is treated as a client-only. More...
 
 ZENENCRYPT = None
 If true, then the associated property will be encrypted when. More...
 
 ZENEXPRESSION = None
 If true, this indicates that the associated property can contain. More...
 
 ZENLOCALIZE = None
 If true, then the associated property will have localization. More...
 

Detailed Description

Property superclass used to define special parameters for ZEN components.

Member Data Documentation

◆ ZENCLIENTONLY

ZENCLIENTONLY = None
static

If true, then the associated property is treated as a client-only.

property. That is, it is part of the client-side object but it is not synched to the server-version of the object and is not serialized.

◆ ZENENCRYPT

ZENENCRYPT = None
static

If true, then the associated property will be encrypted when.

sent to the client.

◆ ZENEXPRESSION

ZENEXPRESSION = None
static

If true, this indicates that the associated property can contain.

a #()# expression that will be evaluated by the property's component.

◆ ZENLOCALIZE

ZENLOCALIZE = None
static

If true, then the associated property will have localization.

support automatically created for it.