Class PropertyCopyOption

Version: 3.2

Default implementation of IPropertyCopyOption.

Inheritance
object
PropertyCopyOption
Implements
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class PropertyCopyOption : IPropertyCopyOption

Constructors

PropertyCopyOption(string, PropertyCopyMethod, string)

Initializes a new instance of the PropertyCopyOption class.

Declaration
RequestResponse
public PropertyCopyOption(string name, PropertyCopyMethod method, string newValue = null)
Parameters
TypeNameDescription
stringname

The name of the property.

PropertyCopyMethodmethod

The copy method to use.

stringnewValue

The property new value.

Properties

Method

Gets or sets copy method name.

Declaration
RequestResponse
public PropertyCopyMethod Method { get; set; }
Property Value
TypeDescription
PropertyCopyMethod

Name

Gets or sets property name.

Declaration
RequestResponse
public string Name { get; set; }
Property Value
TypeDescription
string

NewValue

Gets or sets new value of property.

Declaration
RequestResponse
public string NewValue { get; set; }
Property Value
TypeDescription
string

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,