Property | Type | Description | |
---|---|---|---|
ProjectCodeTemplateWithPrefix | string |
Method | Description | |
---|---|---|
CreateCode ( [ subCode ) : string |
Creates the code.
|
|
FixedBudgetProjectBucket ( string code, string description, decimal fixedBudgetAmount ) : System |
Initializes a new instance of the FixedBudgetProjectBucket class. Used to create a new instance from the User Interface.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Method | Description | |
---|---|---|
FixedBudgetProjectBucket ( string code, string description, decimal fixedBudgetAmount, System.DateTime created ) : System |
Initializes a new instance of the FixedBudgetProjectBucket class. Used only for persistence.
|
public static CreateCode ( [ subCode ) : string | ||
subCode | [ | |
return | string |
public FixedBudgetProjectBucket ( string code, string description, decimal fixedBudgetAmount ) : System | ||
code | string | |
description | string | |
fixedBudgetAmount | decimal | |
return | System |