Click or drag to resize

RemoteSecurityChallengeRepositoryServiceFind Method (ExpressionFuncSecurityChallenge, Boolean, Int32, NullableInt32, Int32, ModelSortSecurityChallenge)

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<SecurityChallenge> Find(
	Expression<Func<SecurityChallenge, bool>> query,
	int offset,
	int? count,
	out int totalResults,
	params ModelSort<SecurityChallenge>[] orderBy
)

Parameters

query
Type: System.Linq.ExpressionsExpressionFuncSecurityChallenge, Boolean

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

offset
Type: SystemInt32

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

count
Type: SystemNullableInt32

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

totalResults
Type: SystemInt32

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

orderBy
Type: SanteDB.Core.Model.QueryModelSortSecurityChallenge

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

Return Value

Type: IEnumerableSecurityChallenge

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

Implements

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