IHierarchyChangeCodeAndName Method |
Changes the code and the name of the specified node.
Namespace:
Aloe.EnterpriseOne.Model.Core.Hierarchies
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxvoid ChangeCodeAndName(
IHierarchyNode node,
ICodeNamePair newCodeAndName
)
Sub ChangeCodeAndName (
node As IHierarchyNode,
newCodeAndName As ICodeNamePair
)
void ChangeCodeAndName(
IHierarchyNode^ node,
ICodeNamePair^ newCodeAndName
)
abstract ChangeCodeAndName :
node : IHierarchyNode *
newCodeAndName : ICodeNamePair -> unit
Parameters
- node
- Type: Aloe.EnterpriseOne.Model.Core.HierarchiesIHierarchyNode
The node for which to change the code and the name. - newCodeAndName
- Type: Aloe.EnterpriseOne.Model.CoreICodeNamePair
The new code and name.
See Also