Class SaveProgramDocumentTypeResponse
Represents the response for the SaveProgramDocumentType method.
Inheritance
System.Object
SaveProgramDocumentTypeResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class SaveProgramDocumentTypeResponse : ServiceResponse
Constructors
SaveProgramDocumentTypeResponse()
Declaration
public SaveProgramDocumentTypeResponse()
Properties
ProgramDocumentTypeList
Gets or sets the ProgramDocumentTypeList.
Declaration
public List<ProgramDocumentTypeEntity> ProgramDocumentTypeList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ProgramDocumentTypeEntity> |