Interface IRedbScheme
REDB scheme interface
Represents scheme (type) of objects in system with structure encapsulation
public interface IRedbScheme
Properties
Structures
Collection of structures (fields) of this scheme
IReadOnlyCollection<IRedbStructure> Structures { get; }
Methods
GetStructureByName(string)
Fast access to structure by name
IRedbStructure? GetStructureByName(string name)