Class PULLevelDTO
Represents a PUL level.
Inherited Members
Namespace: Integration.DataContracts
Syntax
[DataContract]
public class PULLevelDTO
Properties
LevelID
The unique id of the PUL level
Declaration
[DataMember]
public int LevelID { get; set; }
Property Value
Type | Description |
---|---|
int | The unique id of the PUL level |
Txt
The display text of the PUL level
Declaration
[DataMember]
public string Txt { get; set; }
Property Value
Type | Description |
---|---|
string | The display text of the PUL level |