Click or drag to resize

RemoteAuditRepositoryServiceFind Method (ExpressionFuncAuditData, Boolean, Int32, NullableInt32, Int32, ModelSortAuditData)

Find the specified audits

Namespace:  SanteDB.DisconnectedClient.Services.Remote
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IEnumerable<AuditData> Find(
	Expression<Func<AuditData, bool>> query,
	int offset,
	int? count,
	out int totalResults,
	params ModelSort<AuditData>[] orderBy
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncAuditData, Boolean

[Missing <param name="query"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

offset
Type: SystemInt32

[Missing <param name="offset"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

count
Type: SystemNullableInt32

[Missing <param name="count"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

totalResults
Type: SystemInt32

[Missing <param name="totalResults"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

orderBy
Type: SanteDB.Core.Model.QueryModelSortAuditData

[Missing <param name="orderBy"/> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

Return Value

Type: IEnumerableAuditData

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Services.Remote.RemoteAuditRepositoryService.Find(System.Linq.Expressions.Expression{System.Func{SanteDB.Core.Auditing.AuditData,System.Boolean}},System.Int32,System.Nullable{System.Int32},System.Int32@,SanteDB.Core.Model.Query.ModelSort{SanteDB.Core.Auditing.AuditData}[])"]

Implements

IRepositoryServiceTModelFind(ExpressionFuncTModel, Boolean, Int32, NullableInt32, Int32, ModelSortTModel)
See Also