Class CompleteSchemeMetadata
Complete scheme metadata including scheme, structures and types.
public class CompleteSchemeMetadata
Inheritance
Properties
AssociatedType
.NET type associated with this scheme (if any).
public Type? AssociatedType { get; set; }
Structures
All scheme structures ordered by Order.
public List<RedbStructure> Structures { get; set; }
StructuresById
Structure ID -> structure map for fast lookup.
public Dictionary<long, RedbStructure> StructuresById { get; set; }
StructuresByName
Structure name -> structure map for fast lookup.
public Dictionary<string, RedbStructure> StructuresByName { get; set; }