ApplicationService.Get Method¶
Overload List¶
Name | Description | |
---|---|---|
![]() | Get() | Returns a collection with all the Application objects. |
![]() | Get(IEnumerable(Int64)) | Returns a collection of Application objects with matching identifiers. |
![]() | Get(Int64) | Returns the Application object with the matching identifier. |
![]() | Get(String) | Returns a collection of Application objects that respects filtering. |
![]() | Get(ApplicationFilter, Object) | Returns a collection of Application objects that respects filtering. |
![]() | Get(ApplicationFilter, Object, Int32) | Returns a collection of Application objects that respects filtering requirements. |
![]() | Get(ApplicationFilter, Object, Int32, Int32) | Returns a collection of Application objects that respects filtering and paging requirements. |
![]() | Get(ApplicationFilter, Object, Int32, Int32, ApplicationFilter) | Returns a collection of Application objects that respects filtering and paging requirements. |