C# Class Composite.C1Console.Trees.GenericAddDataActionNode.ParentIdEntry

Datei anzeigen Open project: Orckestra/C1-CMS

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ParentIdEntry ( Type targetInterface, PropertyInfo targetPropertyInfo, string sourcePropertyName ) : System

Private Methods

Method Description
Equals ( ParentIdEntry parentIdEntry ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParentIdEntry() public method

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