C# Class EventManagerPro.Models.BudgetModel

Inheritance: BaseModel, IDataErrorInfo
显示文件 Open project: sagittaros/EventManagerModel Class Usage Examples

Public Methods

Method Description
AllocatedBudgetIsValid ( int value ) : bool
BudgetModel ( ) : System
BudgetModel ( EventManagerPro.DBLayer b ) : System
this ( string propertyName ) : string

Method Details

AllocatedBudgetIsValid() public method

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

BudgetModel() public method

public BudgetModel ( ) : System
return System

BudgetModel() public method

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

this() public method

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