C# Class EventManagerPro.Models.BudgetItemModel

Inheritance: BaseModel, IDataErrorInfo
ファイルを表示 Open project: sagittaros/EventManagerModel Class Usage Examples

Public Methods

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

Method Details

BudgetItemModel() public method

public BudgetItemModel ( ) : System
return System

BudgetItemModel() public method

public BudgetItemModel ( EventManagerPro.DBLayer b ) : System
b EventManagerPro.DBLayer
return System

CostIsValid() public method

public CostIsValid ( int value ) : bool
value int
return bool

NameIsValid() public method

public NameIsValid ( string value ) : bool
value string
return bool

this() public method

public this ( string propertyName ) : string
propertyName string
return string