Interface IRelatedPathItem
Version: 3.2
Represents a related path item.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public interface IRelatedPathItemProperties
Definition
Gets or sets the name of the entity definition.
Declaration
RequestResponse
string Definition { get; set; }Property Value
| Type | Description |
|---|---|
| string |
Entity
Gets or sets the id of the entity.
Declaration
RequestResponse
long Entity { get; set; }Property Value
| Type | Description |
|---|---|
| long |
Properties
Gets or sets the properties.
Declaration
RequestResponse
IDictionary<string, object> Properties { get; set; }Property Value
| Type | Description |
|---|---|
| IDictionary<, >stringobject |
Values
Gets or sets the values.
Declaration
RequestResponse
IDictionary<CultureInfo, string> Values { get; set; }Property Value
| Type | Description |
|---|---|
| IDictionary<, >CultureInfostring |