C# Class Model.EntityTypeInfo

Afficher le fichier Open project: egametang/Egametang Class Usage Examples

Méthodes publiques

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

Method Details

Add() public méthode

public Add ( EntityEventType type, MethodInfo methodInfo ) : void
type EntityEventType
methodInfo System.Reflection.MethodInfo
Résultat void

Get() public méthode

public Get ( EntityEventType type ) : MethodInfo
type EntityEventType
Résultat System.Reflection.MethodInfo

GetEntityEventTypes() public méthode

public GetEntityEventTypes ( ) : EntityEventType[]
Résultat EntityEventType[]

ToString() public méthode

public ToString ( ) : string
Résultat string