Class LeadVendorRequest
Inheritance
System.Object
LeadVendorRequest
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class LeadVendorRequest : ServiceRequest
Constructors
LeadVendorRequest()
Declaration
public LeadVendorRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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 |
|
IsDisable
Declaration
public bool IsDisable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsStatus
Declaration
public bool IsStatus { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeadSourceId
Declaration
public int? LeadSourceId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
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 |
|
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
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 |
|
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 |
|
UsaStateId
Declaration
public int UsaStateId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|