Class AccountScreens
- Namespace
- The.WPF.Screens.Components
- Assembly
- Instagile.WPF.dll
public static class AccountScreens
- Inheritance
-
AccountScreens
- Inherited Members
-
Methods
public static void ConfigureDisplay_IUserAccount<T>(DisplayOptions options) where T : IUserAccount
Parameters
options DisplayOptions
Type Parameters
T
public static void ConfigureDisplay_IUserClaim<T>(DisplayOptions options) where T : IUserClaim
Parameters
options DisplayOptions
Type Parameters
T
public static void ConfigureDisplay_IUserProfile<T>(DisplayOptions options) where T : IUserProfile
Parameters
options DisplayOptions
Type Parameters
T
public static void ConfigureSearch_IUserAccount(SearchOptions options)
Parameters
options SearchOptions
public static void ConfigureSearch_IUserClaim(SearchOptions options)
Parameters
options SearchOptions
public static void ConfigureSearch_IUserProfile(SearchOptions options)
Parameters
options SearchOptions
Create_IUserAccount_Claims<T, U>(ContentControllerBase<T>, ISurface, T, Func<IField<IEntitySet<U>>>)
public static IField<IEntitySet<U>> Create_IUserAccount_Claims<T, U>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<IEntitySet<U>>> @base) where T : IUserAccount where U : IUserClaim
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<IEntitySet<U>>>
Returns
- IField<IEntitySet<U>>
Type Parameters
T
U
Create_IUserAccount_Profile<T, U>(ContentControllerBase<T>, ISurface, T, Func<IField<U>>)
public static IField<U> Create_IUserAccount_Profile<T, U>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<U>> @base) where T : IUserAccount where U : IUserProfile
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<U>>
Returns
- IField<U>
Type Parameters
T
U
Create_IUserAccount_Username<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IUserAccount_Username<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IUserAccount
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IUserClaim_Account<T, U>(ContentControllerBase<T>, ISurface, T, Func<IField<U>>)
public static IField<U> Create_IUserClaim_Account<T, U>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<U>> @base) where T : IUserClaim where U : IUserAccount
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<U>>
Returns
- IField<U>
Type Parameters
T
U
Create_IUserClaim_Key<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IUserClaim_Key<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IUserClaim
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IUserClaim_Value<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IUserClaim_Value<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IUserClaim
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IUserProfile_Account<T, U>(ContentControllerBase<T>, ISurface, T, Func<IField<U>>)
public static IField<U> Create_IUserProfile_Account<T, U>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<U>> @base) where T : IUserProfile where U : IUserAccount
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<U>>
Returns
- IField<U>
Type Parameters
T
U
Create_IUserProfile_DisplayName<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IUserProfile_DisplayName<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IUserProfile
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IUserProfile_LastLogon<T>(ContentControllerBase<T>, ISurface, T, Func<IField<DateTime?>>)
public static IField<DateTime?> Create_IUserProfile_LastLogon<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<DateTime?>> @base) where T : IUserProfile
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<DateTime?>>
Returns
- IField<DateTime?>
Type Parameters
T
Create_IUserProfile_Settings<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IUserProfile_Settings<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IUserProfile
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IUserAccount_Create_Claims<T, U>(GridRowBase<T>, ISurface, T, Func<T, IField<IEntitySet<U>>>)
public static IField<IEntitySet<U>> GridRow_IUserAccount_Create_Claims<T, U>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<IEntitySet<U>>> @base) where T : IUserAccount where U : IUserClaim
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<IEntitySet<U>>>
Returns
- IField<IEntitySet<U>>
Type Parameters
T
U
GridRow_IUserAccount_Create_Profile<T, U>(GridRowBase<T>, ISurface, T, Func<T, IField<U>>)
public static IField<U> GridRow_IUserAccount_Create_Profile<T, U>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<U>> @base) where T : IUserAccount where U : IUserProfile
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<U>>
Returns
- IField<U>
Type Parameters
T
U
GridRow_IUserAccount_Create_Username<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IUserAccount_Create_Username<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IUserAccount
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IUserClaim_Create_Account<T, U>(GridRowBase<T>, ISurface, T, Func<T, IField<U>>)
public static IField<U> GridRow_IUserClaim_Create_Account<T, U>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<U>> @base) where T : IUserClaim where U : IUserAccount
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<U>>
Returns
- IField<U>
Type Parameters
T
U
GridRow_IUserClaim_Create_Key<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IUserClaim_Create_Key<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IUserClaim
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IUserClaim_Create_Value<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IUserClaim_Create_Value<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IUserClaim
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IUserProfile_Create_Account<T, U>(GridRowBase<T>, ISurface, T, Func<T, IField<U>>)
public static IField<U> GridRow_IUserProfile_Create_Account<T, U>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<U>> @base) where T : IUserProfile where U : IUserAccount
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<U>>
Returns
- IField<U>
Type Parameters
T
U
GridRow_IUserProfile_Create_DisplayName<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IUserProfile_Create_DisplayName<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IUserProfile
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IUserProfile_Create_LastLogon<T>(GridRowBase<T>, ISurface, T, Func<T, IField<DateTime?>>)
public static IField<DateTime?> GridRow_IUserProfile_Create_LastLogon<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<DateTime?>> @base) where T : IUserProfile
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<DateTime?>>
Returns
- IField<DateTime?>
Type Parameters
T
GridRow_IUserProfile_Create_Settings<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IUserProfile_Create_Settings<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IUserProfile
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T