C# Класс Illusion.BindingEngine.WeakAction

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Action System.Delegate
Converter IDataConverter
Parameter object

Открытые методы

Метод Описание
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 !=.

Описание методов

Equals() публичный Метод

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
Результат bool

GetHashCode() публичный Метод

Returns the hash code for this instance.
public GetHashCode ( ) : int
Результат int

WeakAction() публичный Метод

public WeakAction ( Delegate action, IDataConverter converter, object parameter ) : System
action System.Delegate
converter IDataConverter
parameter object
Результат System

operator() публичный статический Метод

Implements the operator !=.
public static operator ( ) : bool
Результат bool

Описание свойств

Action публичное свойство

public Delegate,System Action
Результат System.Delegate

Converter публичное свойство

public IDataConverter Converter
Результат IDataConverter

Parameter публичное свойство

public object Parameter
Результат object