HierarchicalReferenceCodeImpl Constructor (Int32, Int32, String, String, Boolean, Int32)
[This is preliminary documentation and subject to change.]
Initializes a new instance of the HierarchicalReferenceCodeImpl class.
public HierarchicalReferenceCodeImpl(
int code,
int sortOrder,
string shortDescription,
string description,
bool active,
int parentCode);
Parameters
-
code
- Code of the hierarchical reference code.
-
sortOrder
- Sort order of the code instance.
-
shortDescription
- Short description of the code.
-
description
- Description of the code.
-
active
- Flag indicating if the code is active or not.
-
parentCode
- code of the parent of the code or null if not defined.
See Also
HierarchicalReferenceCodeImpl Class | PmMda.Net.Dog.Reference Namespace | HierarchicalReferenceCodeImpl Constructor Overload List