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

Represents whether to retrieve the notes for the associated jobs of the specified case. More...

Public Member Functions

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

Properties

bool AssociatedJobs [get, set]
 Gets or sets a value indicating whether to retrieve notes of associated jobs. More...
 
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

Represents whether to retrieve the notes for the associated jobs of the specified case.

Constructor & Destructor Documentation

Initializes a new instance of the CaseNoteFilter class.

Property Documentation

bool AssociatedJobs
getset

Gets or sets a value indicating whether to retrieve notes of associated jobs.

string NoteTypeId
getsetinherited

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

ResourceIdentity Resource
getsetinherited

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

short ResourceFilter
getsetinherited

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

EnumerationDescription
0All Resource
1Include Resource
2Exclude Resource