Skip to main content

Class Project

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

Inheritance

objectCarrierProject

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 Project 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ProjectAgent(configuration);
var project = agent.GetProject( 123 );

Constructors

Project()

Default constructor - defaults any enum props to 0.

Properties

The number of active erp links

Property Value

int

AssociateFullName

The project owner

Property Value

string

AssociateId

The project owner id (associate id)

Property Value

int

Description

The projects description

Property Value

string

EventId

Reserved field for Lyyti event when project is linked to an event.

Property Value

int

IsPublished

Property Value

bool

Name

Project name

Property Value

string

ProjectId

Primary key

Property Value

int

ProjectNumber

Automatically generated number

Property Value

string

PublishFrom

Publication valid from (inclusive)

Property Value

DateTime

PublishTo

Publication valid to (inclusive)

Property Value

DateTime

StartDate

Reserved field for Lyyti event when project is linked to an event, is the event start date.

Property Value

DateTime

Status

The projects status

Property Value

string

StatusId

The projects status id

Property Value

int

TextId

The id of the description

Property Value

int

Type

The project type.

Property Value

string

TypeId

Property Value

int

URL

URL address

Property Value

string

URLName

Visible field

Property Value

string

Updated

Last updated date

Property Value

DateTime

See Also

ProjectAgent