C# 클래스 Isop.Domain.TypeContainer

파일 보기 프로젝트 열기: wallymathieu/isop 1 사용 예제들

공개 메소드들

메소드 설명
Add ( Object instance ) : void
CreateInstance ( Type type ) : Object
TypeContainer ( Configuration configuration ) : System

메소드 상세

Add() 공개 메소드

public Add ( Object instance ) : void
instance Object
리턴 void

CreateInstance() 공개 메소드

public CreateInstance ( Type type ) : Object
type System.Type
리턴 Object

TypeContainer() 공개 메소드

public TypeContainer ( Configuration configuration ) : System
configuration Configuration
리턴 System