C# Class TastyDomainDriven.Sample.Properties.PersonId

Afficher le fichier Open project: jaceenet/TastyDomainDriven Class Usage Examples

Méthodes publiques

Свойство Type Description
id int

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( PersonId other ) : bool
other PersonId
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PersonId() public méthode

public PersonId ( int id ) : System
id int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

id public_oe property

public int id
Résultat int