Class AddLinkState
Assembly: SuperOffice.CRMWeb.dll
Syntax
public class AddLinkState : Carrier
Constructors
AddLinkState()
Declaration
Properties
AppointmentId
Declaration
public int AppointmentId { get; set; }
Property Value
AppointmentName
Declaration
public string AppointmentName { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DocumentId
Declaration
public int DocumentId { get; set; }
Property Value
DocumentName
Declaration
public string DocumentName { get; set; }
Property Value
Declaration
public string ExtraInfo { get; set; }
Property Value
LinkId
Declaration
public int LinkId { get; set; }
Property Value
ProjectId
Declaration
public int ProjectId { get; set; }
Property Value
ProjectName
Declaration
public string ProjectName { get; set; }
Property Value
SaleId
Declaration
public int SaleId { get; set; }
Property Value
SaleName
Declaration
public string SaleName { get; set; }
Property Value
SelectedType
Declaration
public int SelectedType { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
UrlId
Declaration
public int UrlId { get; set; }
Property Value