Click or drag to resize

NamePathStringParentHierarchyTEntity Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public NamePathStringParentHierarchy(
	ITypedDataAttribute<string> parentDataAttribute,
	MultilanguageStringDataAttribute<TEntity> nameDataAttribute,
	ITypedDataAttribute<string> fullPathDataAttribute,
	string delimiter = "/"
)

Parameters

parentDataAttribute
Type: Aloe.SystemFrameworks.DomainITypedDataAttributeString
The parent data attribute.
nameDataAttribute
Type: Aloe.EnterpriseOne.Model.CoreMultilanguageStringDataAttributeTEntity
The name data attribute.
fullPathDataAttribute
Type: Aloe.SystemFrameworks.DomainITypedDataAttributeString
The full path data attribute.
delimiter (Optional)
Type: SystemString
The delimiter between nodes in the full path representation. Usually a forward slash.
See Also