Class MetaComplexType.MetaField
Represents an information about a field of same type
Inheritance
System.Object
    MetaComplexType.MetaField
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Serialization.POD
Assembly: NFX.dll
Syntax
public class MetaField
  Properties
DeclaringType
Declaration
public MetaComplexType DeclaringType { get; }
  Property Value
| Type | Description | 
|---|---|
| MetaComplexType | 
FieldMetaTypeIndex
Declaration
public int FieldMetaTypeIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
FieldName
Declaration
public string FieldName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FieldType
Declaration
public MetaType FieldType { get; }
  Property Value
| Type | Description | 
|---|---|
| MetaType | 
Index
Declaration
public int Index { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |