Class ReadOnlyToManyRelation<TRelation>

Defines a readonly-relation that is associated with many entities.

Inheritance
object
ReadOnlyToManyRelation<TRelation>
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTypedFields
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public class ReadOnlyToManyRelation<TRelation> : ToManyRelation<TRelation> where TRelation : class, IToManyRelation
Type Parameters
NameDescription
TRelation

The relation type.

Constructors

ReadOnlyToManyRelation(IMClient, TypedEntityWrapper, string)

Initializes a new instance of the ReadOnlyToManyRelation<TRelation> class.

Declaration
RequestResponse
public ReadOnlyToManyRelation(IMClient client, TypedEntityWrapper wrapper, string relationName)
Parameters
TypeNameDescription
IMClientclient

The IMClient instance.

TypedEntityWrapperwrapper

The typed entity wrapper.

stringrelationName

The property name.

Properties

Ids

Gets the value of the relation.

Declaration
RequestResponse
public override IList<long> Ids { get; }
Property Value
TypeDescription
IList<>long
Overrides
Stylelabs.M.Sdk.Models.Typed.Fields.ToManyRelation<TRelation>.Ids

Do you have some feedback for us?

If you have suggestions for improving this article,