NamePathStringParentHierarchyTEntity Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic NamePathStringParentHierarchy(
ITypedDataAttribute<string> parentDataAttribute,
MultilanguageStringDataAttribute<TEntity> nameDataAttribute,
ITypedDataAttribute<string> fullPathDataAttribute,
string delimiter = "/"
)
Public Sub New (
parentDataAttribute As ITypedDataAttribute(Of String),
nameDataAttribute As MultilanguageStringDataAttribute(Of TEntity),
fullPathDataAttribute As ITypedDataAttribute(Of String),
Optional delimiter As String = "/"
)
public:
NamePathStringParentHierarchy(
ITypedDataAttribute<String^>^ parentDataAttribute,
MultilanguageStringDataAttribute<TEntity>^ nameDataAttribute,
ITypedDataAttribute<String^>^ fullPathDataAttribute,
String^ delimiter = L"/"
)
new :
parentDataAttribute : ITypedDataAttribute<string> *
nameDataAttribute : MultilanguageStringDataAttribute<'TEntity> *
fullPathDataAttribute : ITypedDataAttribute<string> *
?delimiter : string
(* Defaults:
let _delimiter = defaultArg delimiter "/"
*)
-> NamePathStringParentHierarchy
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