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

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

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

Свойство Тип Описание
SourceProp string
SourceType System.Type
TargetProp string
TargetType System.Type

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

Метод Описание
Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

WeakEntry ( Type sourceType, Type targetType, string sourceProp, string targetProp ) : System

Initializes a new instance of the WeakEntry struct.

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

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

Initializes a new instance of the WeakEntry struct.
public WeakEntry ( Type sourceType, Type targetType, string sourceProp, string targetProp ) : System
sourceType System.Type Type of the source.
targetType System.Type Type of the target.
sourceProp string The source prop.
targetProp string The target prop.
Результат System

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

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

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

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

public string SourceProp
Результат string

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

public Type,System SourceType
Результат System.Type

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

public string TargetProp
Результат string

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

public Type,System TargetType
Результат System.Type