Defines the information associated with a code value.
Inheritance Hierarchy
PASI.DataContract.V201507CodeValueInfo
Namespace: PASI.DataContract.V201507
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The CodeValueInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CodeValueInfo |
Properties
Name | Description | |
---|---|---|
CodeClassName | (Required)
Identifies the name for a group of code values.
| |
CodeText | (Required)
Uniquely identifies a code value within a group of code values.
| |
Description |
The long description of the code value.
| |
DisplaySequence | (Required)
Identifies the sequence in which PASI displays the list of code values in a given code group.
| |
EffectiveSchoolYear |
A school year that the code value is effective. If there is no effective school year, then the code value
is effective since the beginning of time.
| |
ExpirySchoolYear |
A school year that the code value expires. If there is no expiry school year, then the code value
will be valid until the end of time.
| |
FrenchDescription |
The French long description of the code value.
| |
FrenchShortDescription | (Required)
A French short description of the code value.
| |
PASICoreVersion | (Required)
The PASI Core version of this particular code value.
| |
ShortDescription | (Required)
A short description of the code value.
|
See Also