Enum MemberLoadOption
The lazy loading options when working with IMembers.
Namespace: Stylelabs.M.Sdk.Contracts.Base
Assembly: Stylelabs.M.Sdk.dll
Syntax
public enum MemberLoadOption : int
Fields
Name | Description |
---|---|
LazyLoading | Allows members to be lazy loaded when needed. For performance reasons, this should be used wisely. |
LocalOnly | Restricts getting members to members that are already loaded. |
Can we improve this article ? Provide feedback