Class ClientDebugEntityInfo
Version: 4.0
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
RequestResponse
public class ClientDebugEntityInfo
Properties
DefinitionName
Gets or sets the definition name.
Declaration
RequestResponse
public string DefinitionName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the id.
Declaration
RequestResponse
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long |
Identifier
Gets or sets the identifier.
Declaration
RequestResponse
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
string |
InheritsSecurity
Gets or sets a value indicating whether the entity inherits security or not.
Declaration
RequestResponse
public bool InheritsSecurity { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsPathRoot
Gets or sets a value indicating whether the entity is path root or not.
Declaration
RequestResponse
public bool IsPathRoot { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsRootTaxonomyItem
Gets or sets a value indicating whether the entity is root taxonomy item or not.
Declaration
RequestResponse
public bool IsRootTaxonomyItem { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsSystemOwned
Gets or sets a value indicating whether the entity is system owned or not.
Declaration
RequestResponse
public bool IsSystemOwned { get; set; }
Property Value
Type | Description |
---|---|
bool |
Properties
Gets or sets the properties collection.
Declaration
RequestResponse
public Dictionary<string, JToken> Properties { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<, >stringJToken |
Relations
Gets or sets the relations collection.
Declaration
RequestResponse
public Dictionary<string, object> Relations { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<, >stringobject |
Methods
FromEntity(IEntity)
Maps properties from an to the current instance.
Declaration
RequestResponse
public void FromEntity(IEntity entity)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity |
The to map from. |
ToEntity(IEntity)
Maps from the current instance to an .
Declaration
RequestResponse
public void ToEntity(IEntity entity)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity |
The to map to. |