Class SaveAgencyResponse
Inheritance
System.Object
SaveAgencyResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SaveAgencyResponse : ServiceResponse
Constructors
SaveAgencyResponse()
Declaration
public SaveAgencyResponse()
Properties
AgencyDocumentTypeList
Declaration
public Collection<AgencyDocument> AgencyDocumentTypeList { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<AgencyDocument> |
|
AgencyEntity
Declaration
public AgencyEntity AgencyEntity { get; set; }
Property Value
AgencyEntranceTestList
Declaration
public Collection<AgencyTest> AgencyEntranceTestList { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.Collection<AgencyTest> |
|