|
Name
|
Description
|
|
AppSettings(this IObjectSpace)
|
Returns ServiceSpaceContext instance to access application settings properties.
|
|
AppSettings(this IObjectSpaceHelper)
|
Returns ServiceSpaceContext instance to access application settings properties.
|
|
AppSettings(this IServiceSpace)
|
Returns ServiceSpaceContext instance for specified IServiceSpace.
|
|
AppSettings(this UnitOfWorkHelper)
|
Returns ServiceSpaceContext instance to access application settings properties.
|
|
AppSettings(this TypeHelper)
|
|
|
ApplyNumerators(this IObjectSpace, object, ApplyNumeratorsStrategy)
|
Obsolete.
Apply all numerators for obj inside IServiceSpace for objectSpace.
|
|
ApplyNumerators(this IObjectSpaceHelper, object, ApplyNumeratorsStrategy)
|
Obsolete.
Apply all numerators for obj inside IServiceSpace for objectSpaceHelper.
|
|
ApplyNumerators(this IServiceObjectSpace, object, ApplyNumeratorsStrategy)
|
Obsolete.
Apply all numerators for obj inside serviceSpace.
|
|
BulkAction(this IObjectSpace, Action<IServiceSpace>)
|
Obsolete.
Invokes action with IServiceSpace environment for objectSpace.
|
|
BulkAction(this XafApplication, Action<IServiceSpace>, bool)
|
Obsolete.
Creates IObjectSpace and invokes action with IServiceSpace environment for this object space.
|
|
BulkFunc<TResult>(this IObjectSpace, Func<IServiceSpaceTResult>)
|
Obsolete.
Invokes func with IServiceSpace environment for objectSpace.
|
|
BulkFunc<TResult>(this XafApplication, Func<IServiceSpaceTResult>, bool)
|
Obsolete.
Creates IObjectSpace and invokes func with IServiceSpace environment for this object space.
|
|
CreateEntity(this IObjectSpace, Type)
|
Obsolete.
Creates the instance of entity entityType.
(Defined by AliveTypeExtensions).
|
|
CreateEntity<TEntity>(this IObjectSpace)
|
Obsolete.
Creates the instance of entity TEntity.
(Defined by AliveTypeExtensions).
|
|
Deploy<T>(IObjectSpace, string, string, string, string, Assembly, bool, bool, CriteriaOperator)
|
Deploy report template.
|
|
Deploy<T>(this IObjectSpace, string, Stream, Stream, string, Assembly, bool, bool, CriteriaOperator)
|
Deploy report template.
|
|
DeployAnalysisTemplate(this IObjectSpace, Type, string, Stream, Stream, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
(Defined by TemplateDeployment).
|
|
DeployAnalysisTemplate<T>(this IObjectSpace, string, Stream, Stream, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployAnalysisTemplate<T>(this IObjectSpace, string, string, string, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployExcelTemplate(this IObjectSpace, Type, string, Stream, string, Assembly, bool, bool)
|
Obsolete.
Object space extension to deploy report template.
|
|
DeployExcelTemplate(this IObjectSpace, Type, string, Stream, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployExcelTemplate<T>(this IObjectSpace, string, Stream, string, Assembly, bool, bool)
|
Obsolete.
Object space extension to deploy report template.
|
|
DeployExcelTemplate<T>(this IObjectSpace, string, string, string, Assembly, bool, bool)
|
Obsolete.
Object space extension to deploy report template.
|
|
DeployExcelTemplate<T>(this IObjectSpace, string, Stream, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployExcelTemplate<T>(this IObjectSpace, string, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployFileTemplate(this IObjectSpace, Type, Type, string, string, FileReportResult, string, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
(Defined by TemplateDeployment).
|
|
DeployFileTemplate<TReport, TGenerator>(this IObjectSpace, string, string, FileReportResult, string, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
(Defined by TemplateDeployment).
|
|
DeployPredefinedXtraTemplate(this IObjectSpace, Type, string, bool, CriteriaOperator)
|
Deploy report's predefined template.
(Defined by TemplateDeployment).
|
|
DeployPredefinedXtraTemplate<T>(this IObjectSpace, string, bool, CriteriaOperator)
|
Deploy report's predefined template.
(Defined by TemplateDeployment).
|
|
DeployXafTemplate(this IObjectSpace, Type, string, Stream, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployXafTemplate(this IObjectSpace, Type, string, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployXafTemplate<T>(this IObjectSpace, string, Stream, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
DeployXafTemplate<T>(this IObjectSpace, string, string, Assembly, bool, bool, CriteriaOperator)
|
Object space extension to deploy report template.
|
|
Evaluate<TEntity>(this IObjectSpace, CriteriaOperator, CriteriaOperator, bool)
|
Obsolete.
Evaluates the specified expression for objects of the specified type.
(Defined by AliveTypeExtensions).
|
|
FindClassifierItem<TClassifierItem>(this IObjectSpace, string, bool)
|
Obsolete.
Finds specified by code classifier item.
|
|
FindClassifierItem<TClassifierItem>(this DataAccessor, string, bool)
|
Finds specified by code classifier item.
|
|
FindEntity(this IObjectSpace, Type, CriteriaOperator, bool)
|
Obsolete.
Searches for the first object of the specified type, matching the specified criteria.
(Defined by AliveTypeExtensions).
|
|
FindEntity<TEntity>(this IObjectSpace, CriteriaOperator, bool)
|
Obsolete.
Searches for the first object of the type designated by the specified generic type parameter, matching the specified criteria.
(Defined by AliveTypeExtensions).
|
|
GetEntities(this IObjectSpace, Type, CriteriaOperator, bool)
|
Obsolete.
Returns an IList collection of objects of specified entityType,
retrieved to the current Object Space and filtered according to the specified criteria.
(Defined by AliveTypeExtensions).
|
|
GetEntities<TEntity>(this IObjectSpace, CriteriaOperator, bool)
|
Obsolete.
Returns an IList collection of TEntity objects via the specified IObjectSpace.
(Defined by AliveTypeExtensions).
|
|
GetListValueByTerm<TDetails>(this object, string)
|
Obsolete.
(Defined by TypeExtensions).
|
|
GetValueByTerm<TValue>(this object, string)
|
Obsolete.
(Defined by TypeExtensions).
|
|
IndexNumerator(this IObjectSpace)
|
Obsolete.
Returns an IndexNumerator inside IServiceSpace
|
|
IndexNumerator(this IObjectSpaceHelper)
|
Returns an ServiceSpaceContext instance for specified IObjectSpaceHelper.
|
|
IndexNumerator(this IServiceSpace)
|
Returns ServiceSpaceContext instance for specified IServiceSpace.
|
|
IndexNumerator(this UnitOfWorkHelper)
|
Returns an ServiceSpaceContext instance for specified UnitOfWorkHelper.
|
|
IsImportActive(this IObjectSpace)
|
(Defined by DataExtensions).
|
|
PowerPurge(this IObjectSpace)
|
(Defined by XpoPurgeHelper).
|
|
Query<TEntity>(this IObjectSpace)
|
Obsolete.
Creates and returns new instance of XFQuery<T>.
(Defined by EntityFactoryExtensions).
|
|
RollbackNumerators(this IObjectSpaceHelper, object)
|
Obsolete.
Rollback all numerators for objs inside IServiceSpace.
|
|
RollbackNumerators(this IObjectSpace, object)
|
Obsolete.
Rollback all numerators for objs inside IServiceSpace.
|
|
RollbackNumerators(this IServiceObjectSpace, object)
|
Obsolete.
Rollback all numerators for objs inside serviceSpace.
|
|
SafeCode(this INestedObjectSpace, UInt32, Action, Action)
|
|
|
SafeCode(this IObjectSpace, UInt32, Action, params object[])
|
Относительно безопасная работа с ObjectSpace'ом.
Добавлено для работы сервиса нумераторов без глобального ObjectSpace.
|
|
SelectData<object[]>(this IObjectSpace, CriteriaOperatorCollection, CriteriaOperator, CriteriaOperatorCollection, CriteriaOperator, bool, int, int, SortingCollection, bool)
|
Obsolete.
Retrieves objects from a session using the specified query parameters.
(Defined by AliveTypeExtensions).
|
|
SelectDataAsync<TEntity>(this IObjectSpace, CriteriaOperatorCollection, CriteriaOperator, CriteriaOperatorCollection, CriteriaOperator, bool, int, int, SortingCollection, AsyncSelectDataCallback)
|
Obsolete.
Asynchronously retrieves entities from an object space, using the specified query parameters.
(Defined by AliveTypeExtensions).
|
|
ServiceCfgObjectsContext(this IObjectSpace)
|
Returns ServiceSpaceContext instance for specified objectSpace.
(Defined by ServiceCfgObjectsCacheServiceExtensions).
|
|
ServiceSpace(this IObjectSpace)
|
Obsolete.
Returns existed or creates new IServiceSpace instance for objectSpace.
(Defined by Extensions).
|
|
Session(this object, bool)
|
Obsolete.
Returns Session for specified object.
(Defined by SessionExtensions).
|
|
SetValueByTerm<TValue>(this object, string, TValue)
|
Obsolete.
(Defined by TypeExtensions).
|
|
Xafari(this UnitOfWork)
|
|