Click or drag to resize

FieldMeta 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 FieldMeta : DataStructure

The FieldMeta type exposes the following members.

Constructors
  NameDescription
Public methodFieldMeta
Initializes a new instance of the FieldMeta class
Top
Properties
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