1. Stylelabs.M.Framework.Essentials.LoadOptions

Interface IPropertyLoadOption

Specifies which properties to load.

Inherited Members

ILoadOption.LoadOption

Namespace: StylelabsStylelabs.MStylelabs.M.FrameworkStylelabs.M.Framework.EssentialsLoadOptions

Assembly: Stylelabs.M.Sdk.dll

Syntax

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

string[] Properties { get; set; }

Property Value

TypeDescription
string

Methods

DeepClone()

Creates a deep clone of this instance.

Declaration

IPropertyLoadOption DeepClone()

Returns

TypeDescription
IPropertyLoadOptionThe property load option.

DeepEquals(IPropertyLoadOption)

Checks if this instance of IPropertyLoadOption is equal to other.

Declaration

bool DeepEquals(IPropertyLoadOption other)

Parameters

TypeNameDescription
IPropertyLoadOptionotherThe property load option.

Returns

TypeDescription
boollangword_csharp_True if the instances are equal; otherwise langword_csharp_False.
If you have suggestions for improving this article, let us know!