Interface IPropertyLoadOption
Specifies which properties to load.
Inherited Members
Namespace: Stylelabs.M.Framework.Essentials.LoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IPropertyLoadOption : ILoadOption
Properties
Properties
Gets a list of property names (case insensitive) that need to be loaded. This is only useful when LoadOption is Custom.
Declaration
string[] Properties { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
IPropertyLoadOption DeepClone()
Returns
Type | Description |
---|---|
IPropertyLoadOption |
DeepEquals(IPropertyLoadOption)
Checks if this instance of IPropertyLoadOption is equal to other
.
Declaration
bool DeepEquals(IPropertyLoadOption other)
Parameters
Type | Name | Description |
---|---|---|
IPropertyLoadOption | other |
Returns
Type | Description |
---|---|
System.Boolean | langword_csharp_True if the instances are equal; otherwise langword_csharp_False. |
Can we improve this article ? Provide feedback