Show / Hide Table of Contents

Interface IMemberSpecifications

Represents a source of member specifications.

Inherited Members
System.Collections.Generic.IEnumerable<ExtendedXmlSerializer.Core.Specifications.ISpecification<ExtendedXmlSerializer.ContentModel.Members.IMember>>.GetEnumerator()
Namespace: ExtendedXmlSerializer.ExtensionModel.Content.Members
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IMemberSpecifications : IEnumerable<ISpecification<IMember>>, IEnumerable

Extension Methods

ExtensionMethods.Return<T, TOut>(T, TOut)
ExtensionMethods.Only<T>(IEnumerable<T>)
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