pmMDA.NET

HierarchicalReferenceCodeImpl Constructor (Int32, Int32, String, String, Boolean, Int32, DateTime, DateTime)

[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,
   DateTime validFrom,
   DateTime validTo
);

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.
validFrom
The start of the interval when the code is active.
validTo
The end of the interval when the code is active.

See Also

HierarchicalReferenceCodeImpl Class | PmMda.Net.Dog.Reference Namespace | HierarchicalReferenceCodeImpl Constructor Overload List