C# Class FlatRedBall.Glue.Reflection.ExposableEvent

Inheritance: IComparable
显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
BeforeOrAfter BeforeOrAfter
Name string
Variable string

Public Methods

Method Description
CompareTo ( object obj ) : int
ExposableEvent ( string name ) : System
ExposableEvent ( string name, string variable, BeforeOrAfter beforeOrAfter ) : System
ToString ( ) : string

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

ExposableEvent() public method

public ExposableEvent ( string name ) : System
name string
return System

ExposableEvent() public method

public ExposableEvent ( string name, string variable, BeforeOrAfter beforeOrAfter ) : System
name string
variable string
beforeOrAfter BeforeOrAfter
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

BeforeOrAfter public_oe property

public BeforeOrAfter BeforeOrAfter
return BeforeOrAfter

Name public_oe property

public string Name
return string

Variable public_oe property

public string Variable
return string