Class Reference
%FileMan.MappedField
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%FileMan] >  [MappedField]
Private  Storage

persistent class %FileMan.MappedField extends %Persistent

This class stored information about the mapping of a FileMan field to a property

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
Datatype FILE FMFieldName FieldNumber PropertyName
SqlFieldName

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %ClassIsLatestVersion %ClassName
%ComposeOid %ConstructClone %Delete %DeleteExtent
%DeleteId %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Exists %ExistsId %Extends %GUID
%GUIDSet %GetLock %GetParameter %GetSwizzleObject
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• property Datatype as %CacheString [ Required ];
Datatype the field mapped to
• relationship FILE as %FileMan.MappedFile [ Inverse = FIELDS,Cardinality = parent ];
• property FMFieldName as %CacheString [ Required ];
The FileMan Field name
• property FieldNumber as %CacheString [ Required ];
The FileMan Field number
• property PropertyName as %CacheString [ Required ];
The Property name the field maps to
• property SqlFieldName as %CacheString [ Required ];
The Sql Field name the field maps to

Indices

• index (IDKeyIndex on FieldNumber) [IdKey,PrimaryKey,Unique];