Class DocumentScreens
- Namespace
- The.WPF.Screens.Components
- Assembly
- Instagile.WPF.dll
public static class DocumentScreens
- Inheritance
-
DocumentScreens
- Inherited Members
-
Methods
public static void ConfigureDisplay_IStoredDocument<T>(DisplayOptions options) where T : IStoredDocument
Parameters
options DisplayOptions
Type Parameters
T
public static void ConfigureSearch_IStoredDocument(SearchOptions options)
Parameters
options SearchOptions
Create_IStoredDocument_Data<T>(ContentControllerBase<T>, ISurface, T, Func<IField<byte[]>>)
public static IField<byte[]> Create_IStoredDocument_Data<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<byte[]>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<byte[]>>
Returns
- IField<byte[]>
Type Parameters
T
Create_IStoredDocument_FileSize<T>(ContentControllerBase<T>, ISurface, T, Func<IField<long>>)
public static IField<long> Create_IStoredDocument_FileSize<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<long>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<long>>
Returns
- IField<long>
Type Parameters
T
Create_IStoredDocument_ImageHeight<T>(ContentControllerBase<T>, ISurface, T, Func<IField<int?>>)
public static IField<int?> Create_IStoredDocument_ImageHeight<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<int?>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<int?>>
Returns
- IField<int?>
Type Parameters
T
Create_IStoredDocument_ImageWidth<T>(ContentControllerBase<T>, ISurface, T, Func<IField<int?>>)
public static IField<int?> Create_IStoredDocument_ImageWidth<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<int?>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<int?>>
Returns
- IField<int?>
Type Parameters
T
Create_IStoredDocument_MimeType<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IStoredDocument_MimeType<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IStoredDocument_OriginalFilename<T>(ContentControllerBase<T>, ISurface, T, Func<IField<string>>)
public static IField<string> Create_IStoredDocument_OriginalFilename<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<string>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<string>>
Returns
- IField<string>
Type Parameters
T
Create_IStoredDocument_ThumbnailFor<T>(ContentControllerBase<T>, ISurface, T, Func<IField<T?>>)
public static IField<T?> Create_IStoredDocument_ThumbnailFor<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<T?>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<T>>
Returns
- IField<T>
Type Parameters
T
Create_IStoredDocument_Thumbnails<T>(ContentControllerBase<T>, ISurface, T, Func<IField<IEntitySet<T>>>)
public static IField<IEntitySet<T>> Create_IStoredDocument_Thumbnails<T>(ContentControllerBase<T> controller, ISurface surface, T entity, Func<IField<IEntitySet<T>>> @base) where T : IStoredDocument
Parameters
controller ContentControllerBase<T>
surface ISurface
entity T
base Func<IField<IEntitySet<T>>>
Returns
- IField<IEntitySet<T>>
Type Parameters
T
GridRow_IStoredDocument_Create_Data<T>(GridRowBase<T>, ISurface, T, Func<T, IField<byte[]>>)
public static IField<byte[]> GridRow_IStoredDocument_Create_Data<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<byte[]>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<byte[]>>
Returns
- IField<byte[]>
Type Parameters
T
GridRow_IStoredDocument_Create_FileSize<T>(GridRowBase<T>, ISurface, T, Func<T, IField<long>>)
public static IField<long> GridRow_IStoredDocument_Create_FileSize<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<long>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<long>>
Returns
- IField<long>
Type Parameters
T
GridRow_IStoredDocument_Create_ImageHeight<T>(GridRowBase<T>, ISurface, T, Func<T, IField<int?>>)
public static IField<int?> GridRow_IStoredDocument_Create_ImageHeight<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<int?>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<int?>>
Returns
- IField<int?>
Type Parameters
T
GridRow_IStoredDocument_Create_ImageWidth<T>(GridRowBase<T>, ISurface, T, Func<T, IField<int?>>)
public static IField<int?> GridRow_IStoredDocument_Create_ImageWidth<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<int?>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<int?>>
Returns
- IField<int?>
Type Parameters
T
GridRow_IStoredDocument_Create_MimeType<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IStoredDocument_Create_MimeType<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IStoredDocument_Create_OriginalFilename<T>(GridRowBase<T>, ISurface, T, Func<T, IField<string>>)
public static IField<string> GridRow_IStoredDocument_Create_OriginalFilename<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<string>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<string>>
Returns
- IField<string>
Type Parameters
T
GridRow_IStoredDocument_Create_ThumbnailFor<T>(GridRowBase<T>, ISurface, T, Func<T, IField<T?>>)
public static IField<T?> GridRow_IStoredDocument_Create_ThumbnailFor<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<T?>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<T>>
Returns
- IField<T>
Type Parameters
T
GridRow_IStoredDocument_Create_Thumbnails<T>(GridRowBase<T>, ISurface, T, Func<T, IField<IEntitySet<T>>>)
public static IField<IEntitySet<T>> GridRow_IStoredDocument_Create_Thumbnails<T>(GridRowBase<T> gridRow, ISurface surface, T entity, Func<T, IField<IEntitySet<T>>> @base) where T : IStoredDocument
Parameters
gridRow GridRowBase<T>
surface ISurface
entity T
base Func<T, IField<IEntitySet<T>>>
Returns
- IField<IEntitySet<T>>
Type Parameters
T