C# Class Illusion.BindingEngine.WeakAction

Exibir arquivo Open project: kasicass/kasicass

Public Properties

Property Type Description
Action System.Delegate
Converter IDataConverter
Parameter object

Public Methods

Method Description
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
operator ( ) : bool

Implements the operator !=.

Method Details

Equals() public method

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
return bool

GetHashCode() public method

Returns the hash code for this instance.
public GetHashCode ( ) : int
return int

WeakAction() public method

public WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
action System.Delegate
converter IDataConverter
parameter object
return System

operator() public static method

Implements the operator !=.
public static operator ( ) : bool
return bool

Property Details

Action public_oe property

public Delegate,System Action
return System.Delegate

Converter public_oe property

public IDataConverter Converter
return IDataConverter

Parameter public_oe property

public object Parameter
return object