示例#1
0
 IOrganizationAccountStoreMapping IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .AddAccountStore <TSource>(Func <IQueryable <TSource>, IQueryable <TSource> > query)
 => AccountStoreContainerShared.AddAccountStore(this, this.GetInternalSyncDataStore(), query);
示例#2
0
 IOrganizationAccountStoreMapping IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .AddAccountStore(IAccountStore accountStore)
 => AccountStoreContainerShared.AddAccountStore(this, this.GetInternalSyncDataStore(), accountStore);
示例#3
0
 IOrganizationAccountStoreMapping IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .AddAccountStore(string hrefOrName)
 => AccountStoreContainerShared.AddAccountStore(this, this.GetInternalSyncDataStore(), hrefOrName);
示例#4
0
 void IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .SetDefaultGroupStore(IAccountStore accountStore)
 => AccountStoreContainerShared.SetDefaultStore <IOrganization, IOrganizationAccountStoreMapping>(this, accountStore, isAccountStore: false);
示例#5
0
 IOrganizationAccountStoreMapping IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .CreateAccountStoreMapping(IOrganizationAccountStoreMapping mapping)
 => AccountStoreContainerShared.CreateAccountStoreMapping(this, this.GetInternalSyncDataStore(), mapping);
示例#6
0
 Task <IApplicationAccountStoreMapping> IAccountStoreContainer <IApplicationAccountStoreMapping> .AddAccountStoreAsync <T>(Func <IAsyncQueryable <T>, IAsyncQueryable <T> > query, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), query, cancellationToken);
示例#7
0
 IAccountStore IAccountStoreContainerSync <IOrganizationAccountStoreMapping> .GetDefaultGroupStore()
 => AccountStoreContainerShared.GetDefaultStore(this.DefaultGroupStoreMapping.Href, this.GetInternalSyncDataStore());
示例#8
0
 Task <IApplicationAccountStoreMapping> IAccountStoreContainer <IApplicationAccountStoreMapping> .CreateAccountStoreMappingAsync(IApplicationAccountStoreMapping mapping, CancellationToken cancellationToken)
 => AccountStoreContainerShared.CreateAccountStoreMappingAsync(this, this.GetInternalAsyncDataStore(), mapping, cancellationToken);
示例#9
0
 Task <IApplicationAccountStoreMapping> IAccountStoreContainer <IApplicationAccountStoreMapping> .AddAccountStoreAsync(string hrefOrName, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), hrefOrName, cancellationToken);
示例#10
0
 Task <IAccountStore> IAccountStoreContainer <IApplicationAccountStoreMapping> .GetDefaultGroupStoreAsync(CancellationToken cancellationToken)
 => AccountStoreContainerShared.GetDefaultStoreAsync(this.DefaultGroupStoreMapping.Href, this.GetInternalAsyncDataStore(), cancellationToken);
示例#11
0
 Task IAccountStoreContainer <IApplicationAccountStoreMapping> .SetDefaultGroupStoreAsync(IAccountStore groupStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.SetDefaultStoreAsync <IApplication, IApplicationAccountStoreMapping>(this, groupStore, isAccountStore: false, cancellationToken: cancellationToken);
示例#12
0
 Task <IOrganizationAccountStoreMapping> IAccountStoreContainer <IOrganizationAccountStoreMapping> .AddAccountStoreAsync(IAccountStore accountStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.AddAccountStoreAsync(this, this.GetInternalAsyncDataStore(), accountStore, cancellationToken);
示例#13
0
 Task IAccountStoreContainer <IOrganizationAccountStoreMapping> .SetDefaultAccountStoreAsync(IAccountStore accountStore, CancellationToken cancellationToken)
 => AccountStoreContainerShared.SetDefaultStoreAsync <IOrganization, IOrganizationAccountStoreMapping>(this, accountStore, isAccountStore: true, cancellationToken: cancellationToken);
 IApplicationAccountStoreMapping IAccountStoreContainerSync <IApplicationAccountStoreMapping> .AddAccountStore <T>(Func <IQueryable <T>, IQueryable <T> > query)
 => AccountStoreContainerShared.AddAccountStore(this, this.GetInternalSyncDataStore(), query);
 void IAccountStoreContainerSync <IApplicationAccountStoreMapping> .SetDefaultAccountStore(IAccountStore accountStore)
 => AccountStoreContainerShared.SetDefaultStore <IApplication, IApplicationAccountStoreMapping>(this, accountStore, isAccountStore: true);
 IAccountStore IAccountStoreContainerSync <IApplicationAccountStoreMapping> .GetDefaultAccountStore()
 => AccountStoreContainerShared.GetDefaultStore(this.DefaultAccountStoreMapping.Href, this.GetInternalSyncDataStore());