Show / Hide Table of Contents

Class IsAssignableSpecification

Specification that encapsulates the System.Type.IsAssignableFrom(System.Type) method.

Inheritance
System.Object
DelegatedSpecification<System.Reflection.TypeInfo>
IsAssignableSpecification
Inherited Members
DelegatedSpecification<TypeInfo>.IsSatisfiedBy(TypeInfo)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ReflectionModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public sealed class IsAssignableSpecification : DelegatedSpecification<TypeInfo>, ISpecification<TypeInfo>

Properties

Defaults

Store of specification instances, keyed on type.

Declaration
public static IParameterizedSource<TypeInfo, ISpecification<TypeInfo>> Defaults { get; }
Property Value
IParameterizedSource<System.Reflection.TypeInfo, ISpecification<System.Reflection.TypeInfo>>

Delegates

Store of specification delegates, keyed on type.

Declaration
public static IParameterizedSource<TypeInfo, Func<TypeInfo, bool>> Delegates { get; }
Property Value
IParameterizedSource<System.Reflection.TypeInfo, System.Func<System.Reflection.TypeInfo, System.Boolean>>

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.To<T>(Object)
ExtensionMethods.AsValid<T>(Object, String)
ExtensionMethodsForAttachedProperties.Get<TType, TValue>(TType, Property<TType, TValue>)
ExtensionMethodsForAttachedProperties.Set<TType, TValue>(TType, Property<TType, TValue>, TValue)
ExtensionMethodsForCoreSources.If<TParameter, TResult>(TResult, ISpecification<TParameter>)
ExtensionMethodsForCoreSources.Let<TSpecification, TInstance>(TInstance, ISpecification<TSpecification>, TInstance)
ExtensionMethodsForCoreSpecifications.ToDelegate<T>(ISpecification<T>)
ExtensionMethodsForCoreSpecifications.Build<T>(ISpecification<TypeInfo>)
ExtensionMethodsForCoreSpecifications.Build<T>(ISpecification<T>, T)
ExtensionMethodsForCoreSpecifications.Fix<T>(ISpecification<T>, T)
ExtensionMethodsForCoreSpecifications.Any<T>(ISpecification<T>, T[])
ExtensionMethodsForCoreSpecifications.Or<T>(ISpecification<T>, ISpecification<T>[])
ExtensionMethodsForCoreSpecifications.And<T>(ISpecification<T>, ISpecification<T>[])
ExtensionMethodsForCoreSpecifications.Inverse<T>(ISpecification<T>)
ExtensionMethodsForCoreSpecifications.AdaptForNull<T>(ISpecification<T>)
ExtensionMethodsForCoreSpecifications.Adapt<T>(ISpecification<T>)
Back to top Generated by DocFX