Skip to main content

Demo.ComplexMap.SemesterFixed.ClassInfo.Record

persistent class Demo.ComplexMap.SemesterFixed.ClassInfo.Record extends EnsLib.RecordMap.ComplexChild, %XML.Adaptor, Ens.Request, EnsLib.RecordMap.Base

SQL Table Name: Demo_ComplexMap_SemesterFixed_ClassInfo.Record

RECORDMAP: Generated from RecordMap 'Demo.ComplexMap.SemesterFixed.ClassInfo' on 2012-12-06 at 17:59:13.223 [2012-12-06 22:59:13.223 UTC] by user DemoUser

Property Inventory

Parameters

parameter INCLUDETOPFIELDS = 1;
parameter RECORDMAPGENERATED = 1;
Inherited description: Parameter to indicate whether a Record class has been generated by EnsLib.RecordMap.Generator. If users wish to map data to existing classes, or ensure that the Generator does not overwrite their existing class, this parameter should be left as 0. Classes which have the parameter set to 1 are subject to updates by the RecordMap framework.

Properties

property ClassID as %String (MAXLEN = 15);
Property methods: ClassIDDisplayToLogical(), ClassIDGet(), ClassIDGetStored(), ClassIDIsValid(), ClassIDLogicalToDisplay(), ClassIDLogicalToOdbc(), ClassIDNormalize(), ClassIDSet()
property Grade as %String (MAXLEN = 3);
Property methods: GradeDisplayToLogical(), GradeGet(), GradeGetStored(), GradeIsValid(), GradeLogicalToDisplay(), GradeLogicalToOdbc(), GradeNormalize(), GradeSet()
property SectionID as %String (MAXLEN = 10);
Property methods: SectionIDDisplayToLogical(), SectionIDGet(), SectionIDGetStored(), SectionIDIsValid(), SectionIDLogicalToDisplay(), SectionIDLogicalToOdbc(), SectionIDNormalize(), SectionIDSet()
property StudentCount as %Integer (MAXVAL = 999);
Property methods: StudentCountDisplayToLogical(), StudentCountGet(), StudentCountGetStored(), StudentCountIsValid(), StudentCountLogicalToDisplay(), StudentCountNormalize(), StudentCountSet(), StudentCountXSDToLogical()
property Title as %String (MAXLEN = 40);
Property methods: TitleDisplayToLogical(), TitleGet(), TitleGetStored(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()

Indexes

index (ClassIDIdx on ClassID);
Index methods: ClassIDIdxExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Triggers

trigger OnDelete (BEFORE event DELETE);

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Demo.ComplexMap.SemesterFixed.ClassInfo.Record)

^Demo.ComplexMap.SemFix.RecordD(ID)
=
%%CLASSNAME
ClassID
%Source
Title
Grade
StudentCount
SectionID
FeedbackOpens in a new tab