C# Class EventManagerPro.Models.BudgetItemModel

Inheritance: BaseModel, IDataErrorInfo
Afficher le fichier Open project: sagittaros/EventManagerModel Class Usage Examples

Méthodes publiques

Méthode Description
BudgetItemModel ( ) : System
BudgetItemModel ( EventManagerPro.DBLayer b ) : System
CostIsValid ( int value ) : bool
NameIsValid ( string value ) : bool
this ( string propertyName ) : string

Method Details

BudgetItemModel() public méthode

public BudgetItemModel ( ) : System
Résultat System

BudgetItemModel() public méthode

public BudgetItemModel ( EventManagerPro.DBLayer b ) : System
b EventManagerPro.DBLayer
Résultat System

CostIsValid() public méthode

public CostIsValid ( int value ) : bool
value int
Résultat bool

NameIsValid() public méthode

public NameIsValid ( string value ) : bool
value string
Résultat bool

this() public méthode

public this ( string propertyName ) : string
propertyName string
Résultat string