Class ParagraphDTO
Represents a secrecy paragraph.
Inherited Members
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. |