Click or drag to resize

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

Fids the specified audit in the local repository

Namespace:  SanteDB.DisconnectedClient.Security.Audit
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.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.Security.Audit.SQLiteAuditRepositoryService.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.Security.Audit.SQLiteAuditRepositoryService.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.Security.Audit.SQLiteAuditRepositoryService.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.Security.Audit.SQLiteAuditRepositoryService.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.Security.Audit.SQLiteAuditRepositoryService.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.Security.Audit.SQLiteAuditRepositoryService.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