Interface IRelatedPathItem

Represents a related path item.

Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelatedPathItem

Properties

Definition

Gets or sets the name of the entity definition.

Declaration
RequestResponse
string Definition { get; set; }
Property Value
TypeDescription
string

Entity

Gets or sets the id of the entity.

Declaration
RequestResponse
long Entity { get; set; }
Property Value
TypeDescription
long

Properties

Gets or sets the properties.

Declaration
RequestResponse
IDictionary<string, object> Properties { get; set; }
Property Value
TypeDescription
IDictionary<, >stringobject

Values

Gets or sets the values.

Declaration
RequestResponse
IDictionary<CultureInfo, string> Values { get; set; }
Property Value
TypeDescription
IDictionary<, >CultureInfostring

Do you have some feedback for us?

If you have suggestions for improving this article,