Class HierarchyEntity
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for HierarchyEntity.
Folder structures
Inheritance
object ←
Carrier ←
HierarchyEntity
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get HierarchyEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var hierarchyEntity = agent.GetHierarchyEntity( 123 );
Constructors
HierarchyEntity()
Default constructor - defaults any enum props to 0.
Properties
Children
Sub-items, if any.
Property Value
HierarchyEntity[]
Domain
Domain seperating the different hierarchy
NULL if unknown enum value.
Property Value
Domain?
See Also
HierarchyEntity.Domain_String
Domain_String
Domain seperating the different hierarchy
Raw string enum value.
Property Value
string
See Also
HierarchyEntity.Domain
Fullname
The full name of this category, i.e. Foo/bar/test.
Property Value
string
HierarchyId
The primary key (auto-incremented)
Property Value
int
Name
Name of this hierarchy folder.
Property Value
string
ParentId
Parent table
Property Value
int
Registered
Registered when
Property Value
DateTime
RegisteredAssociateId
Registered by whom
Property Value
int
Updated
Last updated when
Property Value
DateTime
UpdatedAssociateId
Last updated by whom
Property Value
int
See Also
ListAgent