Namespace EyeAuras.Shared.Scaffolding
Classes
AuraExtensions
AuraObjectExtensions
AuraViewModelExtensions
BindingValueConverterRepositoryExtensions
CanSetContextExtensions
ChangeSetExtensions
ConfigSerializerExtensions
FluentLogExtensions
GeometryExtensions
LicenseExtensions
MiniProfilerExtensions
ModuleCatalogExtensions
NullableExtensions
PEFileUtils
RandomTimeSpanExtensions
ResourceEnumerator<TPropertyType>
Provides functionality to enumerate properties of an object that match a specified type. The overall idea is that we're going through all public properties of a given object and analyze them - if they match the given type, EnumeratedPropertyInfo is created, which allows to either read the current value or replace it. There is a design limitation - elements of arrays/lists/enumerables are analyzed as well, but ResourceEnumerator does not know how to generate EnumeratedPropertyInfo for elements in the list
SharpColorExtensions
SharpGeometryExtensions
TimeSensitiveChannel<T>
TimeSensitiveChannel<TRequest, TResponse>
WindowHandleExtensions
WindowSelectorExtensions
WindowStateExtensions
Structs
ResourceEnumerator<TPropertyType>.EnumeratedPropertyInfo<TPropertyInfo>
Represents information about an enumerated property of a specified type. Allows to replace enumerated resource with a new one using replacer. Replacer will act differently for arrays and objects