Class RelationCopyOption

Default implementation of IRelationCopyOption.

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

Constructors

RelationCopyOption(string, RelationCopyMethod, IEntityCopyOptions)

Initializes a new instance of the RelationCopyOption class.

Declaration
RequestResponse
public RelationCopyOption(string name, RelationCopyMethod method, IEntityCopyOptions relatedCopyOptions = null)
Parameters
TypeNameDescription
stringname

The name of the relation.

RelationCopyMethodmethod

The copy method.

IEntityCopyOptionsrelatedCopyOptions

The related copy options.

Properties

Method

Gets or sets copy method name.

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

Name

Gets or sets relation name.

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

RelatedCopyOptions

Gets or sets copy options of related entities.

Declaration
RequestResponse
public IEntityCopyOptions RelatedCopyOptions { get; set; }
Property Value
TypeDescription
IEntityCopyOptions

Implements

Do you have some feedback for us?

If you have suggestions for improving this article,