pmMDA.NET

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

[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
);

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.

Remarks

The ValidFrom and ValidTo properties will be set to MinValue and MaxValue.

See Also

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