Class MetaComplexType
Represents information about the composite type of data that is stored in Portable Object Document
Implements
System.Collections.Generic.IEnumerable<MetaComplexType.MetaField>
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback
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: Azos.Serialization.POD
Assembly: Azos.dll
Syntax
[Serializable]
public sealed class MetaComplexType : MetaType, IEnumerable<MetaComplexType.MetaField>, IEnumerable, IDeserializationCallback
Properties
ArrayElementType
Returns MetaType of array element
Declaration
public MetaType ArrayElementType { get; }
Property Value
Type | Description |
---|---|
MetaType |
ArrayElementTypeIndex
Returns index of the meta type of array element
Declaration
public int ArrayElementTypeIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ArrayRank
Returns number of dimensions for arrays
Declaration
public int ArrayRank { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
BuildInfo
Returns assembly build information
Declaration
public BuildInformation BuildInfo { get; }
Property Value
Type | Description |
---|---|
BuildInformation |
FieldCount
Returns the serializable field count described by this type
Declaration
public int FieldCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
IsAbstract
Declaration
public bool IsAbstract { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsArray
Declaration
public bool IsArray { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValueType
Declaration
public bool IsValueType { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVisible
Declaration
public bool IsVisible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build()
Declaration
protected override void Build()
Overrides
GetEnumerator()
Declaration
public IEnumerator<MetaComplexType.MetaField> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<MetaComplexType.MetaField> |
OnDeserialization(Object)
Declaration
public void OnDeserialization(object sender)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.IDeserializationCallback