Click or drag to resize

Resource Class

Represents a resource.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APIResource

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Resource

The Resource type exposes the following members.

Constructors
 NameDescription
Public methodResourceInitializes a new instance of the Resource class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the Resource.
Public propertyIsActive Indicates if this Resource is active. Existing activities may have an inactive Resource participant but inactive Resources can't be assigned to new activities.
Public propertyName The name of the Resource.
Top
Remarks
Resources are also referred to as reservations in Severa. Reservations are office resources or company benefits that may be reserved for use. Reservations might include meeting rooms, laptops, projectors, cars or cottages.
See Also