C# Class iSynaptic.Commons.ParameterSpecificationBuilder

Afficher le fichier Open project: iSynaptic/iSynaptic.Commons

Méthodes publiques

Свойство Type Description
Any ParameterSpecification

Méthodes publiques

Méthode Description
AtIndex ( int index ) : ParameterSpecification
AtIndex ( this @this, int index ) : ParameterSpecification
Combine ( this left, ParameterSpecification right ) : ParameterSpecification
Named ( string name ) : ParameterSpecification
Named ( this @this, string name ) : ParameterSpecification
Type ( Func typeSpecification ) : ParameterSpecification
Type ( this @this, Func typeSpecification ) : ParameterSpecification
Type ( this @this, TypeSpecification>.Func typeSpecification ) : ParameterSpecification

Method Details

AtIndex() public static méthode

public static AtIndex ( int index ) : ParameterSpecification
index int
Résultat ParameterSpecification

AtIndex() public static méthode

public static AtIndex ( this @this, int index ) : ParameterSpecification
@this this
index int
Résultat ParameterSpecification

Combine() public static méthode

public static Combine ( this left, ParameterSpecification right ) : ParameterSpecification
left this
right ParameterSpecification
Résultat ParameterSpecification

Named() public static méthode

public static Named ( string name ) : ParameterSpecification
name string
Résultat ParameterSpecification

Named() public static méthode

public static Named ( this @this, string name ) : ParameterSpecification
@this this
name string
Résultat ParameterSpecification

Type() public static méthode

public static Type ( Func typeSpecification ) : ParameterSpecification
typeSpecification Func
Résultat ParameterSpecification

Type() public static méthode

public static Type ( this @this, Func typeSpecification ) : ParameterSpecification
@this this
typeSpecification Func
Résultat ParameterSpecification

Type() public static méthode

public static Type ( this @this, TypeSpecification>.Func typeSpecification ) : ParameterSpecification
@this this
typeSpecification TypeSpecification>.Func
Résultat ParameterSpecification

Property Details

Any public_oe static_oe property

public static ParameterSpecification Any
Résultat ParameterSpecification