Show / Hide Table of Contents

Class SecrecyLevelDTO

Represents a Secrecy level.

Inheritance
object
SecrecyLevelDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Back to top Created by Formpipe