C# 클래스 Dynamitey.DynamicObjects.AggreType

A Fake Tupe that is an aggregate of other types
상속: FauxType
파일 보기 프로젝트 열기: ekonbenefits/dynamitey 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AddType() 공개 메소드

Adds the type.
public AddType ( FauxType type ) : void
type FauxType The type.
리턴 void

AddType() 공개 메소드

Adds the type.
public AddType ( Type type ) : void
type System.Type The type.
리턴 void

AggreType() 공개 메소드

Initializes a new instance of the AggreType class.
public AggreType ( ) : System
리턴 System

GetContainedTypes() 공개 메소드

Gets the contained types.
public GetContainedTypes ( ) : System.Type[]
리턴 System.Type[]

GetInterfaceTypes() 공개 메소드

Gets the interface types.
public GetInterfaceTypes ( ) : System.Type[]
리턴 System.Type[]

GetMember() 공개 메소드

Gets the members.
public GetMember ( string binderName ) : IEnumerable
binderName string Name of the binder.
리턴 IEnumerable

MakeTypeAppendable() 공개 정적인 메소드

Makes the type appendable.
public static MakeTypeAppendable ( IEquivalentType type ) : AggreType
type IEquivalentType The type.
리턴 AggreType