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.
NSSuggestedDocumentEntity
Bool GetDeleted()
NSSuggestedDocumentEntity thing; Bool deleted = thing.GetDeleted();
NSDocumentTemplate GetDocTmpl()
NSSuggestedDocumentEntity thing; NSDocumentTemplate docTmpl = thing.GetDocTmpl();
Integer GetDoctmplId()
NSSuggestedDocumentEntity thing; Integer doctmplId = thing.GetDoctmplId();
String GetHeader()
NSSuggestedDocumentEntity thing; String header = thing.GetHeader();
String GetName()
NSSuggestedDocumentEntity thing; String name = thing.GetName();
String GetOurRef()
NSSuggestedDocumentEntity thing; String ourRef = thing.GetOurRef();
NSProjectTypeStatusLink GetProjectTypeStatusLink()
NSSuggestedDocumentEntity thing; NSProjectTypeStatusLink projectTypeStatusLink = thing.GetProjectTypeStatusLink();
Integer GetRank()
NSSuggestedDocumentEntity thing; Integer rank = thing.GetRank();
NSSaleTypeStageLink GetSaleTypeStageLink()
NSSuggestedDocumentEntity thing; NSSaleTypeStageLink saleTypeStageLink = thing.GetSaleTypeStageLink();
Integer GetSuggestedDocumentId()
NSSuggestedDocumentEntity thing; Integer suggestedDocumentId = thing.GetSuggestedDocumentId();
String GetTooltip()
NSSuggestedDocumentEntity thing; String tooltip = thing.GetTooltip();
Void SetDeleted(Bool deleted)
NSSuggestedDocumentEntity thing; Bool deleted; thing.SetDeleted(deleted);
Void SetDocTmpl(NSDocumentTemplate docTmpl)
NSSuggestedDocumentEntity thing; NSDocumentTemplate docTmpl; thing.SetDocTmpl(docTmpl);
Void SetDoctmplId(Integer doctmplId)
NSSuggestedDocumentEntity thing; Integer doctmplId; thing.SetDoctmplId(doctmplId);
Void SetHeader(String header)
NSSuggestedDocumentEntity thing; String header; thing.SetHeader(header);
Void SetName(String name)
NSSuggestedDocumentEntity thing; String name; thing.SetName(name);
Void SetOurRef(String ourRef)
NSSuggestedDocumentEntity thing; String ourRef; thing.SetOurRef(ourRef);
Void SetProjectTypeStatusLink(NSProjectTypeStatusLink projectTypeStatusLink)
NSSuggestedDocumentEntity thing; NSProjectTypeStatusLink projectTypeStatusLink; thing.SetProjectTypeStatusLink(projectTypeStatusLink);
Void SetRank(Integer rank)
NSSuggestedDocumentEntity thing; Integer rank; thing.SetRank(rank);
Void SetSaleTypeStageLink(NSSaleTypeStageLink saleTypeStageLink)
NSSuggestedDocumentEntity thing; NSSaleTypeStageLink saleTypeStageLink; thing.SetSaleTypeStageLink(saleTypeStageLink);
Void SetSuggestedDocumentId(Integer suggestedDocumentId)
NSSuggestedDocumentEntity thing; Integer suggestedDocumentId; thing.SetSuggestedDocumentId(suggestedDocumentId);
Void SetTooltip(String tooltip)
NSSuggestedDocumentEntity thing; String tooltip; thing.SetTooltip(tooltip);
Was this page helpful?