Class GetDocumentStatusesRequest
Represents the request for the GetDocumentStatuses method.
Inheritance
System.Object
GetDocumentStatusesRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetDocumentStatusesRequest : ServiceRequest
Constructors
GetDocumentStatusesRequest()
Declaration
public GetDocumentStatusesRequest()
Properties
DocumentTypeIdList
Gets or sets the List of DocumentTypeId
Declaration
public List<int> DocumentTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | List of DocumentTypeId |
IntersectionOfStatuses
Gets or sets the intersectionOfStatuses - by default well get the union of statuses if this is true then it will be the intdersection.
Declaration
public bool IntersectionOfStatuses { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | boolean value |