Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSHierarchyEntity
NSHierarchyEntity[] GetChildren()
NSHierarchyEntity thing; NSHierarchyEntity[] children = thing.GetChildren();
Integer GetDomain()
NSHierarchyEntity thing; Integer domain = thing.GetDomain();
String GetFullname()
NSHierarchyEntity thing; String fullname = thing.GetFullname();
Integer GetHierarchyId()
NSHierarchyEntity thing; Integer hierarchyId = thing.GetHierarchyId();
String GetName()
NSHierarchyEntity thing; String name = thing.GetName();
Integer GetParentId()
NSHierarchyEntity thing; Integer parentId = thing.GetParentId();
DateTime GetRegistered()
NSHierarchyEntity thing; DateTime registered = thing.GetRegistered();
Integer GetRegisteredAssociateId()
NSHierarchyEntity thing; Integer registeredAssociateId = thing.GetRegisteredAssociateId();
DateTime GetUpdated()
NSHierarchyEntity thing; DateTime updated = thing.GetUpdated();
Integer GetUpdatedAssociateId()
NSHierarchyEntity thing; Integer updatedAssociateId = thing.GetUpdatedAssociateId();
Void SetChildren(NSHierarchyEntity[] children)
NSHierarchyEntity thing; NSHierarchyEntity[] children; thing.SetChildren(children);
Void SetDomain(Integer domain)
NSHierarchyEntity thing; Integer domain; thing.SetDomain(domain);
Void SetFullname(String fullname)
NSHierarchyEntity thing; String fullname; thing.SetFullname(fullname);
Void SetHierarchyId(Integer hierarchyId)
NSHierarchyEntity thing; Integer hierarchyId; thing.SetHierarchyId(hierarchyId);
Void SetName(String name)
NSHierarchyEntity thing; String name; thing.SetName(name);
Void SetParentId(Integer parentId)
NSHierarchyEntity thing; Integer parentId; thing.SetParentId(parentId);
Void SetRegistered(DateTime registered)
NSHierarchyEntity thing; DateTime registered; thing.SetRegistered(registered);
Void SetRegisteredAssociateId(Integer registeredAssociateId)
NSHierarchyEntity thing; Integer registeredAssociateId; thing.SetRegisteredAssociateId(registeredAssociateId);
Void SetUpdated(DateTime updated)
NSHierarchyEntity thing; DateTime updated; thing.SetUpdated(updated);
Void SetUpdatedAssociateId(Integer updatedAssociateId)
NSHierarchyEntity thing; Integer updatedAssociateId; thing.SetUpdatedAssociateId(updatedAssociateId);
Was this page helpful?