Show / Hide Table of Contents

Interface IMetadataSpecification

A specific implementation marker that is used to determine whether or not to select and process a type's member.

Inherited Members
ISpecification<PropertyInfo>.IsSatisfiedBy(PropertyInfo)
ISpecification<FieldInfo>.IsSatisfiedBy(FieldInfo)
Namespace: ExtendedXmlSerializer.ContentModel.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IMetadataSpecification : ISpecification<PropertyInfo>, ISpecification<FieldInfo>

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)
Back to top Generated by DocFX