Перейти до основного вмісту

Kandra.Enums

Kandra.Enums.SubcontoKind

Structural classification of a subconto (analytical dimension) type - lets a UI pick an appropriate icon per kind (folder for a dictionary reference, document for a transactional one, list for an enum) without needing to know the concrete CLR type, and is otherwise a general-purpose "what kind of thing can this subconto slot hold" fact useful beyond just icon selection. Wire-safe (Kandra.Enums is Common plane) - resolved server-side (Kandra.Application.Services.Accounting.SubcontoKindClassifier), since only the server can inspect the actual ISubconto-implementing CLR type.

Fields

FieldDescription
Dictionaryundocumented
Documentundocumented
Enumundocumented
Otherundocumented

Kandra.Enums.TypeKind

Classifies a TypeRegistryEntry - what shape of type it resolves to.