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
TypeDescription
string

Id

Gets or sets the id.

Declaration
RequestResponse
public long? Id { get; set; }
Property Value
TypeDescription
long

Identifier

Gets or sets the identifier.

Declaration
RequestResponse
public string Identifier { get; set; }
Property Value
TypeDescription
string

InheritsSecurity

Gets or sets a value indicating whether the entity inherits security or not.

Declaration
RequestResponse
public bool InheritsSecurity { get; set; }
Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
bool

Properties

Gets or sets the properties collection.

Declaration
RequestResponse
public Dictionary<string, JToken> Properties { get; set; }
Property Value
TypeDescription
Dictionary<, >stringJToken

Relations

Gets or sets the relations collection.

Declaration
RequestResponse
public Dictionary<string, object> Relations { get; set; }
Property Value
TypeDescription
Dictionary<, >stringobject

Methods

FromEntity(IEntity)

Maps properties from an to the current instance.

Declaration
RequestResponse
public void FromEntity(IEntity entity)
Parameters
TypeNameDescription
IEntityentity

The to map from.

ToEntity(IEntity)

Maps from the current instance to an .

Declaration
RequestResponse
public void ToEntity(IEntity entity)
Parameters
TypeNameDescription
IEntityentity

The to map to.

Do you have some feedback for us?

If you have suggestions for improving this article,