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

MachineServiceFilter Class. More...

Public Member Functions

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

Properties

int MachineId [get, set]
 Gets or sets the MachineId. More...
 
string MachineName [get, set]
 Gets or sets the MachineName. More...
 
short ServiceType [get, set]
 Gets or sets the status. More...
 
short Status [get, set]
 Gets or sets the status. More...
 
bool UseMachine [get, set]
 Gets or sets a value indicating whether [use MachineId or MachineName]. More...
 
bool UseServiceType [get, set]
 Gets or sets a value indicating whether [use service type]. More...
 
bool UseStatus [get, set]
 Gets or sets a value indicating whether [use status]. More...
 

Description

MachineServiceFilter Class.

Constructor & Destructor Documentation

Initializes a new instance of the MachineServiceFilter class.

Property Documentation

int MachineId
getset

Gets or sets the MachineId.

The MachineId.

string MachineName
getset

Gets or sets the MachineName.

The MachineName.

short ServiceType
getset

Gets or sets the status.

The status.

short Status
getset

Gets or sets the status.

The status.

bool UseMachine
getset

Gets or sets a value indicating whether [use MachineId or MachineName].

true if [use machine]; otherwise, false.

bool UseServiceType
getset

Gets or sets a value indicating whether [use service type].

true if [use service type]; otherwise, false.

bool UseStatus
getset

Gets or sets a value indicating whether [use status].

true if [use status]; otherwise, false.