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 : IPropertyCopyOptionConstructors
PropertyCopyOption(string, PropertyCopyMethod, string)
Initializes a new instance of the PropertyCopyOption class.
Declaration
RequestResponse
public PropertyCopyOption(string name, PropertyCopyMethod method, string newValue = null)Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
The name of the property. |
| PropertyCopyMethod | method |
The copy method to use. |
| string | newValue |
The property new value. |
Properties
Method
Gets or sets copy method name.
Declaration
RequestResponse
public PropertyCopyMethod Method { get; set; }Property Value
| Type | Description |
|---|---|
| PropertyCopyMethod |
Name
Gets or sets property name.
Declaration
RequestResponse
public string Name { get; set; }Property Value
| Type | Description |
|---|---|
| string |
NewValue
Gets or sets new value of property.
Declaration
RequestResponse
public string NewValue { get; set; }Property Value
| Type | Description |
|---|---|
| string |