Demo.ZenService.Msg.WeatherReportResponse
persistent class Demo.ZenService.Msg.WeatherReportResponse extends Ens.Response
SQL Table Name: Demo_ZenService_Msg.WeatherReportResponse
This is the message used to respond to the caller of the Zen Service business service which in this case is the Zen page Demo.ZenService.Zen.WeatherReportForm.Property Inventory
Properties
property MaxTemp as %Integer;
Maximum temperature for the day
Property methods: MaxTempDisplayToLogical(), MaxTempGet(), MaxTempGetStored(), MaxTempIsValid(), MaxTempLogicalToDisplay(), MaxTempNormalize(), MaxTempSet(), MaxTempXSDToLogical()
property MinTemp as %Integer;
Minimum temperature for the day
Property methods: MinTempDisplayToLogical(), MinTempGet(), MinTempGetStored(), MinTempIsValid(), MinTempLogicalToDisplay(), MinTempNormalize(), MinTempSet(), MinTempXSDToLogical()
property Report as %String (MAXLEN = 32000);
Some arbitrary string of words
Property methods: ReportDisplayToLogical(), ReportGet(), ReportGetStored(), ReportIsValid(), ReportLogicalToDisplay(), ReportLogicalToOdbc(), ReportNormalize(), ReportSet()
property TempScale as %String;
Fahrenheit or Celsius
Property methods: TempScaleDisplayToLogical(), TempScaleGet(), TempScaleGetStored(), TempScaleIsValid(), TempScaleLogicalToDisplay(), TempScaleLogicalToOdbc(), TempScaleNormalize(), TempScaleSet()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %CompareContents()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawHTMLForm()
- %DrawHTMLTable()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetContentType()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %OnTimeout()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %ProcessSubmit()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %ShowContents()
- %ShowContentsHead()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- GetStatsDimension()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Gray indicates storage defined by superclasses.
Storage Model: CacheStorage (Ens.MessageBody)
^Ens.MessageBodyD(ID) | = | %%CLASSNAME
|
^Ens.MessageBodyD(ID,"WeatherReportResponse") | = | Report
MinTempF
MaxTempF
MinTemp
MaxTemp
TempScale
|