Visitor.cs Changes
Цей коміт міститься в:
@@ -14,7 +14,7 @@ namespace Bizgaze.CRM.Visitors.Infos
|
|||||||
{
|
{
|
||||||
public enum Property
|
public enum Property
|
||||||
{
|
{
|
||||||
VisitorId, StageId, TenantId, StatusId, PurposeOfVisit, Title, SeriesId, Code, Reason, EmailId, ComingFrom, VersionguId, MobileNumber, FullName, NewCheckIn, PreInvite, AccessCode, FutureInvitation, TimeOfVisit, DateOfVisit, HostName, OrganizationName, TitleName, VisitorType, TemplateId, Installedappid, PhotoUrl, CreatedDate, StageStatusName, RefStatusId, AlternateNumber, ImageUrl, VisitorNumberId, VisitorEmailId, Agreement, LastUpdatedDate
|
VisitorId, StageId, TenantId, StatusId, PurposeOfVisit, Title, SeriesId, Code, Reason, EmailId, ComingFrom, VersionguId, MobileNumber, FullName, NewCheckIn, PreInvite, AccessCode, FutureInvitation, TimeOfVisit, DateOfVisit, HostName, OrganizationName, TitleName, VisitorType, TemplateId, Installedappid, PhotoUrl, CreatedDate, StageStatusName, RefStatusId, AlternateNumber, ImageUrl, VisitorNumberId, VisitorEmailId, Agreement, LastUpdatedDate,TypeofVisitor
|
||||||
|
|
||||||
}
|
}
|
||||||
#region Public Properties
|
#region Public Properties
|
||||||
@@ -25,6 +25,7 @@ namespace Bizgaze.CRM.Visitors.Infos
|
|||||||
public Int32 PurposeOfVisit { get; set; }
|
public Int32 PurposeOfVisit { get; set; }
|
||||||
public int Title { get; set; }
|
public int Title { get; set; }
|
||||||
public int VisitorType { get; set; }
|
public int VisitorType { get; set; }
|
||||||
|
public int TypeofVisitor { get; set; }
|
||||||
public Int64 SeriesId { get; set; }
|
public Int64 SeriesId { get; set; }
|
||||||
public Int64 EmployeeId { get; set; }
|
public Int64 EmployeeId { get; set; }
|
||||||
public Int64 TemplateId { get; set; }
|
public Int64 TemplateId { get; set; }
|
||||||
|
|||||||
Посилання в новій задачі
Заблокувати користувача