C# 클래스 Composite.C1Console.Trees.GenericAddDataActionNode.ParentIdEntry

파일 보기 프로젝트 열기: Orckestra/C1-CMS

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParentIdEntry ( Type targetInterface, PropertyInfo targetPropertyInfo, string sourcePropertyName ) : System

비공개 메소드들

메소드 설명
Equals ( ParentIdEntry parentIdEntry ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ParentIdEntry() 공개 메소드

public ParentIdEntry ( Type targetInterface, PropertyInfo targetPropertyInfo, string sourcePropertyName ) : System
targetInterface System.Type
targetPropertyInfo System.Reflection.PropertyInfo
sourcePropertyName string
리턴 System