C# Class Illusion.BindingEngine.WeakEntry

Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Свойство Type Description
SourceProp string
SourceType System.Type
TargetProp string
TargetType System.Type

Méthodes publiques

Méthode Description
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 !=.

Method Details

Equals() public méthode

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

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

WeakEntry() public méthode

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.
Résultat System

operator() public static méthode

Implements the operator !=.
public static operator ( ) : bool
Résultat bool

Property Details

SourceProp public_oe property

public string SourceProp
Résultat string

SourceType public_oe property

public Type,System SourceType
Résultat System.Type

TargetProp public_oe property

public string TargetProp
Résultat string

TargetType public_oe property

public Type,System TargetType
Résultat System.Type