C# Class NSoft.NFramework.Data.NHibernateEx.Domain.ParentSummaryDTO

Inheritance: ParentDTO
ファイルを表示 Open project: debop/NFramework

Public Methods

Method Description
GetHashCode ( ) : int
ParentSummaryDTO ( ) : System
ParentSummaryDTO ( string name, int age, int childCount ) : System
ToString ( ) : string

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParentSummaryDTO() public method

public ParentSummaryDTO ( ) : System
return System

ParentSummaryDTO() public method

public ParentSummaryDTO ( string name, int age, int childCount ) : System
name string
age int
childCount int
return System

ToString() public method

public ToString ( ) : string
return string