Skip to main content

Constructors

NSHierarchyEntity()

Initializes a new instance of the NSHierarchyEntity class.

Methods

GetChildren()

Returns: CRMScript.NetServer.NSHierarchyEntity[] - Sub-items, if any. Example:

GetDomain()

Returns: CRMScript.Global.Integer - Domain separating the different hierarchy. See <xref href=“CRMScript.NetServer.Domain” data-throw-if-not-resolved=“false”></xref>. Example:

GetFullname()

Returns: CRMScript.Global.String - The full name of this category, i.e. Foo/bar/test. Example:

GetHierarchyId()

Returns: CRMScript.Global.Integer - The primary key (auto-incremented). Example:

GetName()

Returns: CRMScript.Global.String - Name of this hierarchy folder. Example:

GetParentId()

Returns: CRMScript.Global.Integer - Parent table. Example:

GetRegistered()

Returns: CRMScript.Global.DateTime - Registered when. Example:

GetRegisteredAssociateId()

Returns: CRMScript.Global.Integer - Registered by whom. Example:

GetUpdated()

Returns: CRMScript.Global.DateTime - Last updated when. Example:

GetUpdatedAssociateId()

Returns: CRMScript.Global.Integer - Last updated by whom. Example:

SetChildren(NSHierarchyEntity[])

Returns: CRMScript.Global.Void Example:

SetDomain(Integer)

Returns: CRMScript.Global.Void Example:

SetFullname(String)

Returns: CRMScript.Global.Void Example:

SetHierarchyId(Integer)

Returns: CRMScript.Global.Void Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetParentId(Integer)

Returns: CRMScript.Global.Void Example:

SetRegistered(DateTime)

Returns: CRMScript.Global.Void Example:

SetRegisteredAssociateId(Integer)

Returns: CRMScript.Global.Void Example:

SetUpdated(DateTime)

Returns: CRMScript.Global.Void Example:

SetUpdatedAssociateId(Integer)

Returns: CRMScript.Global.Void Example: