Class GetDocumentPolicyStatusRequest
Represents the a request for the GetDocumentPolicyStatuses method.
Inheritance
System.Object
GetDocumentPolicyStatusRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentPolicyStatusRequest : ServiceRequest
Constructors
GetDocumentPolicyStatusRequest()
Declaration
public GetDocumentPolicyStatusRequest()
Properties
DocumentPolicyId
Gets or sets the DocumentPolicyId.
Declaration
public int? DocumentPolicyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | DocumentPolicyId. |
DocumentTypeId
Gets or sets the DocumentTypeId.
Declaration
public int DocumentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | DocumentTypeId. |
SkipAuthroizedModuleCheck
Gets or sets the SkipAuthroizedModuleCheck.
Declaration
public bool SkipAuthroizedModuleCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | SkipAuthroizedModuleCheck. |
SkipDirectionTypeCheck
Gets or sets the SkipDirectionTypeCheck.
Declaration
public bool SkipDirectionTypeCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | SkipDirectionTypeCheck. |