C# Class ShareKhan.domain.FinYear.TaxationPeriod

Afficher le fichier Open project: anagri/sharekhan Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( TaxationPeriod other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TaxationPeriod ( System.DateTime startDate, System.DateTime endDate ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( TaxationPeriod other ) : bool
other TaxationPeriod
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

TaxationPeriod() public méthode

public TaxationPeriod ( System.DateTime startDate, System.DateTime endDate ) : System
startDate System.DateTime
endDate System.DateTime
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string