Click or drag to resize

TravelReimbursementStatus Class

Represents a travel reimbursement status.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APITravelReimbursementStatus

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

The TravelReimbursementStatus type exposes the following members.

Constructors
 NameDescription
Public methodTravelReimbursementStatusInitializes a new instance of the TravelReimbursementStatus class
Top
Properties
 NameDescription
Public propertyGUID Unique identifier for the travel reimbursement status.
Public propertyIsActive When travel reimbursement status is active, it is in use. When deactivated, status can't be used in Severa for new travel reimbursements.
Public propertyIsApproved Travel reimbursement is approved.
Public propertyIsLocked If travel reimbursement status is locked, the travel reimbursement can't be edited.
Public propertyName Name of the travel reimbursement status.
Public propertySortOrder Defines the sort order of the status, comparing to other statuses. Used to order statuses when presenting them for example in dropdown.
Top
See Also