Enum ResourceKeyOrder
- Namespace
- LlamaLogic.Packages
- Assembly
- LlamaLogic.Packages.dll
Specifies the order in which a ResourceKey sequence should be processed
public enum ResourceKeyOrder
Fields
InstanceTypeGroup = 1
The operation will process the ResourceKey sequence in the order FullInstance, then Type, then Group
Preserve = 0
The operation will process the ResourceKey sequence in the order in which it was originally encountered
TypeGroupInstance = 2
The operation will process the ResourceKey sequence in the order Type, then Group, then FullInstance