Show / Hide Table of Contents

Class CompositeCommand<T>

Inheritance
System.Object
CompositeCommand<T>
Inherited Members
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.Core
Assembly: ExtendedXmlSerializer.dll
Syntax
public class CompositeCommand<T> : ICommand<T>
Type Parameters
T

Constructors

CompositeCommand(ICommand<T>[])

Declaration
public CompositeCommand(params ICommand<T>[] items)
Parameters
ICommand<T>[] items

CompositeCommand(ImmutableArray<ICommand<T>>)

Declaration
public CompositeCommand(ImmutableArray<ICommand<T>> items)
Parameters
System.Collections.Immutable.ImmutableArray<ICommand<T>> items

Methods

Execute(T)

Declaration
public void Execute(T parameter)
Parameters
T parameter

Implements
ICommand<T>.Execute(T)

Extension Methods

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