Skip to main content

Class ResourceEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ResourceEntity. The resource entity contains resource information

Inheritance

objectCarrierResourceEntity

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 ResourceEntity 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new ListAgent(configuration);
var resourceEntity = agent.GetResourceEntity( 123 );

Constructors

ResourceEntity()

Default constructor - defaults any enum props to 0.

Properties

Deleted

If true, the resource is deleted.

Property Value

bool

IsLocation

If true the resource is a location

Property Value

bool

LocationAddress

Address of location, if this is a resource that is a location

Property Value

string

Name

Initials, also login name, possibly database user name

Property Value

string

Rank

Rank order

Property Value

short

ResourceId

Primary key

Property Value

int

Tooltip

Tooltip or other description

Property Value

string

See Also

ListAgent