Class SaveProgramDocumentTypeRequest
Inheritance
System.Object
SaveProgramDocumentTypeRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveProgramDocumentTypeRequest : ServiceRequest
Constructors
SaveProgramDocumentTypeRequest()
Declaration
public SaveProgramDocumentTypeRequest()
Properties
DocumentTypeIds
Declaration
public List<int> DocumentTypeIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |