Skip to main content

Class DiaryViewEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DiaryViewEntity. The DiaryView Service. The service implements all services working with the DiaryView object.

Inheritance

objectCarrierDiaryViewEntity

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 DiaryViewEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ConfigurationAgent(configuration);
var diaryViewEntity = agent.GetDiaryViewEntity( 123 );

Constructors

DiaryViewEntity()

Default constructor - defaults any enum props to 0.

Properties

AssocId

Owning associate id for the DiaryView.

Property Value

int

AssociateList

Property Value

SelectableMDOListItem[]

DiaryViewId

Id of the DiaryView

Property Value

int

Name

Name of the DiaryView.

Property Value

string

Rank

DiaryView rank.

Property Value

short

Tooltip

Tooltip/description of the DiaryView

Property Value

string

TzLocationId

Default timezone location for this view

Property Value

int

VisibleColumns

Number of columns that should be visible simultanously.

Property Value

short

See Also

ConfigurationAgent