All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
ResourceOnLoan Class Reference

Represents the resource who has been loaned. More...

Public Member Functions

 ResourceOnLoan ()
 Initializes a new instance of the ResourceOnLoan class. More...
 

Properties

short DayOfWeek [get, set]
 Gets or sets the Day Of Week. More...
 
short DurationHours [get, set]
 Gets or sets the Hours part of duration of the loan period. More...
 
short DurationMins [get, set]
 Gets or sets the minutes part of duration of the loan period. More...
 
string EmailAddress [get, set]
 Gets or sets Email Address. More...
 
ResourceIdentity Identity [get, set]
 Gets or sets the Resource identity. More...
 
DateTime OnLoanDate [get, set]
 Gets or sets the date on which the resource is loaned. More...
 
ResourceIdentity OnLoanToGroup [get, set]
 Gets or sets the group to which the resource is loaned to. More...
 
ServerIdentity Server [get, set]
 Gets or sets the Server identity. More...
 
long TotalDurationInMinutes [get, set]
 Gets or sets the total duration in minutes. More...
 

Description

Represents the resource who has been loaned.

Constructor & Destructor Documentation

Initializes a new instance of the ResourceOnLoan class.

Property Documentation

short DayOfWeek
getset

Gets or sets the Day Of Week.

The Day Of Week.

short DurationHours
getset

Gets or sets the Hours part of duration of the loan period.

The hours part of duration of on loan period.

short DurationMins
getset

Gets or sets the minutes part of duration of the loan period.

The minutes part of duration of on loan period.

string EmailAddress
getset

Gets or sets Email Address.

Email Address.

ResourceIdentity Identity
getset

Gets or sets the Resource identity.

DateTime OnLoanDate
getset

Gets or sets the date on which the resource is loaned.

The On Loan Date.

ResourceIdentity OnLoanToGroup
getset

Gets or sets the group to which the resource is loaned to.

ServerIdentity Server
getset

Gets or sets the Server identity.

long TotalDurationInMinutes
getset

Gets or sets the total duration in minutes.

The total duration in minutes.