Table of Contents

Class TCertificateLayoutSearch

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public static class TCertificateLayoutSearch
Inheritance
TCertificateLayoutSearch
Inherited Members

Methods

Bind<T>(Expression<Func<TCertificateLayout, T>>, TCertificateLayoutFilter)

public static IList<T> Bind<T>(Expression<Func<TCertificateLayout, T>> binder, TCertificateLayoutFilter filter)

Parameters

binder Expression<Func<TCertificateLayout, T>>
filter TCertificateLayoutFilter

Returns

IList<T>

Type Parameters

T

Bind<T>(Expression<Func<TCertificateLayout, T>>, Expression<Func<TCertificateLayout, bool>>, string, string)

public static T[] Bind<T>(Expression<Func<TCertificateLayout, T>> binder, Expression<Func<TCertificateLayout, bool>> filter, string modelSort = null, string entitySort = null)

Parameters

binder Expression<Func<TCertificateLayout, T>>
filter Expression<Func<TCertificateLayout, bool>>
modelSort string
entitySort string

Returns

T[]

Type Parameters

T

Count(TCertificateLayoutFilter)

public static int Count(TCertificateLayoutFilter filter)

Parameters

filter TCertificateLayoutFilter

Returns

int

Count(Expression<Func<TCertificateLayout, bool>>)

public static int Count(Expression<Func<TCertificateLayout, bool>> filter)

Parameters

filter Expression<Func<TCertificateLayout, bool>>

Returns

int

Exists(Guid)

public static bool Exists(Guid id)

Parameters

id Guid

Returns

bool

Exists(Expression<Func<TCertificateLayout, bool>>)

public static bool Exists(Expression<Func<TCertificateLayout, bool>> filter)

Parameters

filter Expression<Func<TCertificateLayout, bool>>

Returns

bool

Select(Guid)

public static TCertificateLayout Select(Guid id)

Parameters

id Guid

Returns

TCertificateLayout

Select(string)

public static TCertificateLayout Select(string code)

Parameters

code string

Returns

TCertificateLayout

Select(string, Guid)

public static TCertificateLayout Select(string code, Guid organization)

Parameters

code string
organization Guid

Returns

TCertificateLayout