Class LeadVendorResponse
Inheritance
System.Object
LeadVendorResponse
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class LeadVendorResponse : ServiceResponse
Constructors
LeadVendorResponse()
Declaration
public LeadVendorResponse()
Properties
City
Declaration
public string City { get; set; }
Property Value
Type |
Description |
System.String |
|
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
CountryId
Declaration
public int CountryId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
CountyId
Declaration
public int CountyId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EmailAddress
Declaration
public string EmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
FaxNumber
Declaration
public string FaxNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAssociation
Declaration
public bool IsAssociation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeadSourceName
Declaration
public string LeadSourceName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
OrganizationTypeName
Declaration
public string OrganizationTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentSyOrganizationId
Declaration
public int ParentSyOrganizationId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PostalCode
Declaration
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
State
Declaration
public string State { get; set; }
Property Value
Type |
Description |
System.String |
|
StreetAddress
Declaration
public string StreetAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
SyOrganization
Declaration
public SyOrganizationEntity SyOrganization { get; set; }
Property Value
SyOrganizationID
Declaration
public int? SyOrganizationID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|