C# 클래스 Illusion.BindingEngine.WeakEntry

파일 보기 프로젝트 열기: kasicass/kasicass

공개 프로퍼티들

프로퍼티 타입 설명
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