Class MetaType
Provides information about data types stored in Portable Object Document
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
[Serializable]
public abstract class MetaType
  Properties
AssemblyQualifiedName
Returns Type.AssemblyQualifiedName
Declaration
public string AssemblyQualifiedName { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Document
Returns document instance that contains this type
Declaration
public PortableObjectDocument Document { get; }
  Property Value
| Type | Description | 
|---|---|
| PortableObjectDocument | 
Name
Returns Type.Name
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Namespace
Returns Type.Namespace
Declaration
public string Namespace { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Methods
Build()
Declaration
protected virtual void Build()