Click or drag to resize

HierarchyChangeCodeAndName 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
Syntax
public abstract void ChangeCodeAndName(
	IHierarchyNode node,
	ICodeNamePair newCodeAndName
)

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.

Implements

IHierarchyChangeCodeAndName(IHierarchyNode, ICodeNamePair)
See Also