C# Class TastyDomainDriven.Sample.Properties.PersonId

显示文件 Open project: jaceenet/TastyDomainDriven Class Usage Examples

Public Properties

Property Type Description
id int

Public Methods

Method Description
Equals ( PersonId other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
PersonId ( int id ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( PersonId other ) : bool
other PersonId
return bool

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

PersonId() public method

public PersonId ( int id ) : System
id int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

id public_oe property

public int id
return int