Class ClientDebugEntityInfo
Defines the client debug entity model.
Inheritance
object
ClientDebugEntityInfo
Namespace: StylelabsStylelabs.MStylelabs.M.ScriptingStylelabs.M.Scripting.TypesStylelabs.M.Scripting.Types.V1_0Debugging
Assembly: Stylelabs.M.Scripting.Types.dll
Syntax
Properties
DefinitionName
Gets or sets the definition name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
Id
Gets or sets the id.
Declaration
Property Value
| Type | Description |
|---|---|
| long |
Identifier
Gets or sets the identifier.
Declaration
Property Value
| Type | Description |
|---|---|
| string |
InheritsSecurity
Gets or sets a value indicating whether the entity inherits security or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsPathRoot
Gets or sets a value indicating whether the entity is path root or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsRootTaxonomyItem
Gets or sets a value indicating whether the entity is root taxonomy item or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
IsSystemOwned
Gets or sets a value indicating whether the entity is system owned or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Properties
Gets or sets the properties collection.
Declaration
Property Value
| Type | Description |
|---|---|
| Dictionary<, >stringJToken |
Relations
Gets or sets the relations collection.
Declaration
Property Value
| Type | Description |
|---|---|
| Dictionary<, >stringobject |
Methods
FromEntity(IEntity)
Maps properties from an to the current instance.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | entity |
The to map from. |
ToEntity(IEntity)
Maps from the current instance to an .
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | entity |
The to map to. |