Interface IPropertyLoadOption
Specifies which properties to load.
Inherited Members
Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IPropertyLoadOption : ILoadOption
Properties
Properties
Gets or sets a list of property names (case insensitive) that need to be loaded. This is only useful when LoadOption is Custom.
Declaration
RequestResponse
string[] Properties { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
DeepClone()
Creates a deep clone of this instance.
Declaration
RequestResponse
IPropertyLoadOption DeepClone()
Returns
Type | Description |
---|---|
IPropertyLoadOption |
The property load option. |
DeepEquals(IPropertyLoadOption)
Checks if this instance of IPropertyLoadOption is equal to other
.
Declaration
RequestResponse
bool DeepEquals(IPropertyLoadOption other)
Parameters
Type | Name | Description |
---|---|---|
IPropertyLoadOption | other |
The property load option. |
Returns
Type | Description |
---|---|
bool |
langword_csharp_True if the instances are equal; otherwise langword_csharp_False. |