1. IRelationCopyOption

Interface IRelationCopyOption

Represents options for copying an entity's relation.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsContent
Assembly: Stylelabs.M.Sdk.dll
Syntax
public interface IRelationCopyOption

Properties

Method

Gets or sets copy method name.

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

Name

Gets or sets relation name.

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

RelatedCopyOptions

Gets or sets copy options of related entities.

Declaration
IEntityCopyOptions RelatedCopyOptions { get; set; }
Property Value
TypeDescription
IEntityCopyOptions
If you have suggestions for improving this article, let us know!