1. IRelatedPathItem

Interface IRelatedPathItem

Represents a related path item.

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

Properties

Definition

Gets or sets the name of the entity definition.

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

Entity

Gets or sets the id of the entity.

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

Properties

Gets or sets the properties.

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

Values

Gets or sets the values.

Declaration
IDictionary<CultureInfo, string> Values { get; set; }
Property Value
TypeDescription
IDictionary<, >CultureInfostring
If you have suggestions for improving this article, let us know!