Skip to main content

Class SuggestedDocumentEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SuggestedDocumentEntity.

Inheritance

objectCarrierSuggestedDocumentEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get SuggestedDocumentEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new DocumentAgent(configuration);
var suggestedDocumentEntity = agent.GetSuggestedDocumentEntity( 123 );

Constructors

SuggestedDocumentEntity()

Default constructor - defaults any enum props to 0.

Properties

Deleted

0 -> record is active 1 -> record is ‘deleted’ and should not be shown in lists

Property Value

bool

DocTmpl

Document template

Property Value

DocumentTemplate

DoctmplId

Type of the suggested document

Property Value

int Suggested ‘header’

Property Value

string

Name

Item name, visible in Guide

Property Value

string

OurRef

Suggested ‘our reference’

Property Value

string Project type and project status link info

Property Value

ProjectTypeStatusLink

Rank

Rank, controls rank of non-instantiated items in Guide

Property Value

short Sale type and stage link info.

Property Value

SaleTypeStageLink

SuggestedDocumentId

Primary key

Property Value

int

Tooltip

Tooltip / description

Property Value

string

See Also

DocumentAgent