Skip to main content

%Compiler.LG.WrapperClassDef

Property Inventory

Method Inventory

Properties

property GenFlags as %Compiler.LG.GenFlags;
Property methods: GenFlagsGet(), GenFlagsGetObject(), GenFlagsGetObjectId(), GenFlagsGetSwizzled(), GenFlagsIsEmpty(), GenFlagsIsValid(), GenFlagsNewObject(), GenFlagsSet(), GenFlagsSetObject(), GenFlagsSetObjectId(), GenFlagsUnSwizzle()
property classType as %Integer [ InitialExpression = 0 ];
Property methods: classTypeDisplayToLogical(), classTypeGet(), classTypeIsValid(), classTypeLogicalToDisplay(), classTypeNormalize(), classTypeSet()
property dynamic as %Integer;
Property methods: dynamicDisplayToLogical(), dynamicGet(), dynamicIsValid(), dynamicLogicalToDisplay(), dynamicNormalize(), dynamicSet()
property hasDeleteId as %Boolean [ InitialExpression = 0 ];
Property methods: hasDeleteIdDisplayToLogical(), hasDeleteIdGet(), hasDeleteIdIsValid(), hasDeleteIdLogicalToDisplay(), hasDeleteIdNormalize(), hasDeleteIdSet()
property hasExistsId as %Boolean [ InitialExpression = 0 ];
Property methods: hasExistsIdDisplayToLogical(), hasExistsIdGet(), hasExistsIdIsValid(), hasExistsIdLogicalToDisplay(), hasExistsIdNormalize(), hasExistsIdSet()
property hasNew as %Boolean [ InitialExpression = 0 ];
Property methods: hasNewDisplayToLogical(), hasNewGet(), hasNewIsValid(), hasNewLogicalToDisplay(), hasNewNormalize(), hasNewSet()
property hasOpen as %Boolean [ InitialExpression = 0 ];
Property methods: hasOpenDisplayToLogical(), hasOpenGet(), hasOpenIsValid(), hasOpenLogicalToDisplay(), hasOpenNormalize(), hasOpenSet()
property hasOpenId as %Boolean [ InitialExpression = 0 ];
Property methods: hasOpenIdDisplayToLogical(), hasOpenIdGet(), hasOpenIdIsValid(), hasOpenIdLogicalToDisplay(), hasOpenIdNormalize(), hasOpenIdSet()
property methods as WrapperMethodDef;
Property methods: methodsGet(), methodsGetSwizzled(), methodsIsValid(), methodsNewObject(), methodsSet()
property name as %String;
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property package as %String;
Property methods: packageDisplayToLogical(), packageGet(), packageIsValid(), packageLogicalToDisplay(), packageLogicalToOdbc(), packageNormalize(), packageSet()
property properties as WrapperPropDef;
Property methods: propertiesGet(), propertiesGetObject(), propertiesGetObjectId(), propertiesGetSwizzled(), propertiesIsValid(), propertiesNewObject(), propertiesSet(), propertiesSetObject(), propertiesSetObjectId(), propertiesUnSwizzle()
property queries as WrapperQueryDef;
Property methods: queriesGet(), queriesGetSwizzled(), queriesIsValid(), queriesNewObject(), queriesSet()
property shortname as %String;
Property methods: shortnameDisplayToLogical(), shortnameGet(), shortnameIsValid(), shortnameLogicalToDisplay(), shortnameLogicalToOdbc(), shortnameNormalize(), shortnameSet()
property stale as %Boolean;
Property methods: staleDisplayToLogical(), staleGet(), staleIsValid(), staleLogicalToDisplay(), staleNormalize(), staleSet()
property super as %String;
Property methods: superDisplayToLogical(), superGet(), superIsValid(), superLogicalToDisplay(), superLogicalToOdbc(), superNormalize(), superSet()
property timestamp as %String [ Calculated ];
Property methods: timestampDisplayToLogical(), timestampIsValid(), timestampLogicalToDisplay(), timestampLogicalToOdbc(), timestampNormalize()

Methods

method FilterAndTransform(Class As %String, PropName1 As %String) as %Status
method GetMethods(Class As %String, LanguageType As %Integer, ExcludeSpecials As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
method GetProperties(Class As %String, LanguageType As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
method GetQueries(Class As %String, LanguageType As %Integer) as %Status
method send()
method serialize(out As %GlobalBinaryStream)
method timestampGet() as %String
method timestampSet(value As %String) as %Status

Inherited Members

Inherited Methods

FeedbackOpens in a new tab