Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSSuggestedAppointmentEntity
Bool GetAssignToMember()
NSSuggestedAppointmentEntity thing; Bool assignToMember = thing.GetAssignToMember();
Bool GetAutoSuggest()
NSSuggestedAppointmentEntity thing; Bool autoSuggest = thing.GetAutoSuggest();
Integer GetDaysFuture()
NSSuggestedAppointmentEntity thing; Integer daysFuture = thing.GetDaysFuture();
Bool GetDeleted()
NSSuggestedAppointmentEntity thing; Bool deleted = thing.GetDeleted();
TimeSpan GetDuration()
NSSuggestedAppointmentEntity thing; TimeSpan duration = thing.GetDuration();
Bool GetIsMilestone()
NSSuggestedAppointmentEntity thing; Bool isMilestone = thing.GetIsMilestone();
String GetName()
NSSuggestedAppointmentEntity thing; String name = thing.GetName();
NSProjectTypeStatusLink GetProjectTypeStatusLink()
NSSuggestedAppointmentEntity thing; NSProjectTypeStatusLink projectTypeStatusLink = thing.GetProjectTypeStatusLink();
Integer GetRank()
NSSuggestedAppointmentEntity thing; Integer rank = thing.GetRank();
NSSaleTypeStageLink GetSaleTypeStageLink()
NSSuggestedAppointmentEntity thing; NSSaleTypeStageLink saleTypeStageLink = thing.GetSaleTypeStageLink();
Integer GetSuggestedAppointmentId()
NSSuggestedAppointmentEntity thing; Integer suggestedAppointmentId = thing.GetSuggestedAppointmentId();
String GetText()
NSSuggestedAppointmentEntity thing; String text = thing.GetText();
String GetTooltip()
NSSuggestedAppointmentEntity thing; String tooltip = thing.GetTooltip();
NSTask GetType()
NSSuggestedAppointmentEntity thing; NSTask type = thing.GetType();
Void SetAssignToMember(Bool assignToMember)
NSSuggestedAppointmentEntity thing; Bool assignToMember; thing.SetAssignToMember(assignToMember);
Void SetAutoSuggest(Bool autoSuggest)
NSSuggestedAppointmentEntity thing; Bool autoSuggest; thing.SetAutoSuggest(autoSuggest);
Void SetDaysFuture(Integer daysFuture)
NSSuggestedAppointmentEntity thing; Integer daysFuture; thing.SetDaysFuture(daysFuture);
Void SetDeleted(Bool deleted)
NSSuggestedAppointmentEntity thing; Bool deleted; thing.SetDeleted(deleted);
Void SetDuration(TimeSpan duration)
NSSuggestedAppointmentEntity thing; TimeSpan duration; thing.SetDuration(duration);
Void SetIsMilestone(Bool isMilestone)
NSSuggestedAppointmentEntity thing; Bool isMilestone; thing.SetIsMilestone(isMilestone);
Void SetName(String name)
NSSuggestedAppointmentEntity thing; String name; thing.SetName(name);
Void SetProjectTypeStatusLink(NSProjectTypeStatusLink projectTypeStatusLink)
NSSuggestedAppointmentEntity thing; NSProjectTypeStatusLink projectTypeStatusLink; thing.SetProjectTypeStatusLink(projectTypeStatusLink);
Void SetRank(Integer rank)
NSSuggestedAppointmentEntity thing; Integer rank; thing.SetRank(rank);
Void SetSaleTypeStageLink(NSSaleTypeStageLink saleTypeStageLink)
NSSuggestedAppointmentEntity thing; NSSaleTypeStageLink saleTypeStageLink; thing.SetSaleTypeStageLink(saleTypeStageLink);
Void SetSuggestedAppointmentId(Integer suggestedAppointmentId)
NSSuggestedAppointmentEntity thing; Integer suggestedAppointmentId; thing.SetSuggestedAppointmentId(suggestedAppointmentId);
Void SetText(String text)
NSSuggestedAppointmentEntity thing; String text; thing.SetText(text);
Void SetTooltip(String tooltip)
NSSuggestedAppointmentEntity thing; String tooltip; thing.SetTooltip(tooltip);
Void SetType(NSTask type)
NSSuggestedAppointmentEntity thing; NSTask type; thing.SetType(type);
Was this page helpful?