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

Specifies the criteria to retrieve the job notes based on notetype id, resource and resource filter. More...

Public Member Functions

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

Properties

string NoteTypeId [get, set]
 Gets or sets Id of the Note Type to be filtered. More...
 
ResourceIdentity Resource [get, set]
 Gets or sets resource on which the filtering is to be done. More...
 
short ResourceFilter [get, set]
 Gets or sets ResourceFilter. The value is an enumeration for ResourceFilterType.

EnumerationDescription
0All Resource
1Include Resource
2Exclude Resource
More...
 

Description

Specifies the criteria to retrieve the job notes based on notetype id, resource and resource filter.

Constructor & Destructor Documentation

Initializes a new instance of the JobNoteFilter class.

Property Documentation

string NoteTypeId
getset

Gets or sets Id of the Note Type to be filtered.

ResourceIdentity Resource
getset

Gets or sets resource on which the filtering is to be done.

short ResourceFilter
getset

Gets or sets ResourceFilter. The value is an enumeration for ResourceFilterType.

EnumerationDescription
0All Resource
1Include Resource
2Exclude Resource