Show / Hide Table of Contents

Class ParagraphDTO

Represents a secrecy paragraph.

Inheritance
object
ParagraphDTO
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 ParagraphDTO

Properties

Descp

Description of the paragraph

Declaration
[DataMember]
public string Descp { get; set; }
Property Value
Type Description
string

The description.

ParagraphID

id of the paragraph

Declaration
[DataMember(IsRequired = true)]
public int ParagraphID { get; set; }
Property Value
Type Description
int

The paragraph identifier.

SecrecyLevel

Is the paragraph active

Declaration
[DataMember]
public int SecrecyLevel { get; set; }
Property Value
Type Description
int

The secrecy level.

Title

The title of the object.

Declaration
[DataMember]
public string Title { get; set; }
Property Value
Type Description
string

The title of the object.

Back to top Created by Formpipe