Click or drag to resize

IndexMeta Class

Inheritance Hierarchy

Namespace:  Unvired.Kernel.UWP.Model
Assembly:  Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class IndexMeta : DataStructure

The IndexMeta type exposes the following members.

Constructors
  NameDescription
Public methodIndexMeta
Initializes a new instance of the IndexMeta class
Top
Properties
  NameDescription
Public propertyDescription
Public propertyFID (Inherited from DataStructure.)
Public propertyFieldNames
Public propertyIndexName
Public propertyLID (Inherited from DataStructure.)
Public propertyOBJECT_STATUS (Inherited from DataStructure.)
Public propertyStructureName
Public propertySYNC_STATUS (Inherited from DataStructure.)
Public propertyTIMESTAMP (Inherited from DataStructure.)
Top
Methods
  NameDescription
Public methodCordovaGetChildren (Inherited from DataStructure.)
Public methodCordovaGetField (Inherited from DataStructure.)
Public methodCordovaGetGidFields (Inherited from DataStructure.)
Public methodCordovaSetField (Inherited from DataStructure.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildren
Get list of children object of this datastructure instance
(Inherited from DataStructure.)
Public methodGetChildrenNames
Get List fo children name of this DataStructure instance
(Inherited from DataStructure.)
Public methodGetField
Get field value for given field name
(Inherited from DataStructure.)
Public methodGetGidFields
Get GID fields of this DataStructure instance
(Inherited from DataStructure.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodRaisePropertyChanged (Inherited from DataStructure.)
Public methodSetField
Set field value in DataStructure instance
(Inherited from DataStructure.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from DataStructure.)
Top
Fields
  NameDescription
Public fieldFields (Inherited from DataStructure.)
Top
See Also