C# Class Dynamitey.DynamicObjects.AggreType

A Fake Tupe that is an aggregate of other types
Inheritance: FauxType
Afficher le fichier Open project: ekonbenefits/dynamitey Class Usage Examples

Méthodes publiques

Méthode Description
AddType ( FauxType type ) : void

Adds the type.

AddType ( Type type ) : void

Adds the type.

AggreType ( ) : System

Initializes a new instance of the AggreType class.

GetContainedTypes ( ) : System.Type[]

Gets the contained types.

GetInterfaceTypes ( ) : System.Type[]

Gets the interface types.

GetMember ( string binderName ) : IEnumerable

Gets the members.

MakeTypeAppendable ( IEquivalentType type ) : AggreType

Makes the type appendable.

Method Details

AddType() public méthode

Adds the type.
public AddType ( FauxType type ) : void
type FauxType The type.
Résultat void

AddType() public méthode

Adds the type.
public AddType ( Type type ) : void
type System.Type The type.
Résultat void

AggreType() public méthode

Initializes a new instance of the AggreType class.
public AggreType ( ) : System
Résultat System

GetContainedTypes() public méthode

Gets the contained types.
public GetContainedTypes ( ) : System.Type[]
Résultat System.Type[]

GetInterfaceTypes() public méthode

Gets the interface types.
public GetInterfaceTypes ( ) : System.Type[]
Résultat System.Type[]

GetMember() public méthode

Gets the members.
public GetMember ( string binderName ) : IEnumerable
binderName string Name of the binder.
Résultat IEnumerable

MakeTypeAppendable() public static méthode

Makes the type appendable.
public static MakeTypeAppendable ( IEquivalentType type ) : AggreType
type IEquivalentType The type.
Résultat AggreType