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