C# 클래스 Model.EntityTypeInfo

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

공개 메소드들

메소드 설명
Add ( EntityEventType type, MethodInfo methodInfo ) : void
Get ( EntityEventType type ) : MethodInfo
GetEntityEventTypes ( ) : EntityEventType[]
ToString ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( EntityEventType type, MethodInfo methodInfo ) : void
type EntityEventType
methodInfo System.Reflection.MethodInfo
리턴 void

Get() 공개 메소드

public Get ( EntityEventType type ) : MethodInfo
type EntityEventType
리턴 System.Reflection.MethodInfo

GetEntityEventTypes() 공개 메소드

public GetEntityEventTypes ( ) : EntityEventType[]
리턴 EntityEventType[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string