[Gregor.Core.EventUtil.EventBinding]

Gregor.Core.EventUtil.EventBinding

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

private class Gregor.Core.EventUtil.EventBinding

: System.Object

Custom Attributes: 

Description: 


Members

EventUtil.EventBinding

public EventUtil.EventBinding(System.Object propTarget, System.Reflection.PropertyInfo pi, System.Reflection.EventInfo ei)

Custom Attributes: 

Description: 

m_Event

private System.Reflection.EventInfo m_Event

Custom Attributes: 

Description: 

m_Property

private System.Reflection.PropertyInfo m_Property

Custom Attributes: 

Description: 

m_PropertyTarget

private System.Object m_PropertyTarget

Custom Attributes: 

Description: 

Event

public System.Reflection.EventInfo Event {get;}

Custom Attributes: 

Description: 

Property

public System.Reflection.PropertyInfo Property {get;}

Custom Attributes: 

Description: 

PropertyTarget

public System.Object PropertyTarget {get;}

Custom Attributes: 

Description: 

Equals

public override System.Boolean Equals(System.Object obj)

Custom Attributes: 

Description: 

GetHashCode

public override System.Int32 GetHashCode()

Custom Attributes: 

Description: 

GetKey

static private System.String GetKey(System.Reflection.PropertyInfo pi)

Custom Attributes: 

Description: 

GetKey

static private System.String GetKey(System.Reflection.EventInfo ei)

Custom Attributes: 

Description: 

Matches

public System.Boolean Matches(System.Object propTarget, System.Reflection.PropertyInfo pi)

Custom Attributes: 

Description: 


See Also

System.Object

System.Reflection.EventInfo

System.Reflection.PropertyInfo

System.String

System.Boolean

System.Int32