pmMDA.NET

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

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ReferenceCodeImpl class.

public ReferenceCodeImpl(
   int code,
   int sortOrder,
   string shortDescription,
   string description,
   bool active,
   DateTime validFrom,
   DateTime validTo
);

Parameters

code
Unique identifier for the code of this type.
sortOrder
Sort order of the code reference instance.
shortDescription
Short description of this reference code.
description
Description of the code.
active
Flag indicating if the code is active or not.
validFrom
The start of the interval when the code is active.
validTo
The end of the interval when the code is active.

See Also

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