Class CreateAgencyResponse
Inheritance
System.Object
CreateAgencyResponse
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class CreateAgencyResponse : ServiceResponse
Constructors
CreateAgencyResponse()
Declaration
public CreateAgencyResponse()
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> |
|