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
TypeDescription
string

Methods

DeepClone()

Creates a deep clone of this instance.

Declaration
RequestResponse
IPropertyLoadOption DeepClone()
Returns
TypeDescription
IPropertyLoadOption

The property load option.

DeepEquals(IPropertyLoadOption)

Checks if this instance of IPropertyLoadOption is equal to other.

Declaration
RequestResponse
bool DeepEquals(IPropertyLoadOption other)
Parameters
TypeNameDescription
IPropertyLoadOptionother

The property load option.

Returns
TypeDescription
bool

langword_csharp_True if the instances are equal; otherwise langword_csharp_False.

Do you have some feedback for us?

If you have suggestions for improving this article,