C# Class Model.EntityTypeInfo

显示文件 Open project: egametang/Egametang Class Usage Examples

Public Methods

Method Description
Add ( EntityEventType type, MethodInfo methodInfo ) : void
Get ( EntityEventType type ) : MethodInfo
GetEntityEventTypes ( ) : EntityEventType[]
ToString ( ) : string

Method Details

Add() public method

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

Get() public method

public Get ( EntityEventType type ) : MethodInfo
type EntityEventType
return System.Reflection.MethodInfo

GetEntityEventTypes() public method

public GetEntityEventTypes ( ) : EntityEventType[]
return EntityEventType[]

ToString() public method

public ToString ( ) : string
return string