Method | Description | |
---|---|---|
AddAction ( ActionId action ) : void | ||
ChangeOutcome ( string newName ) : void | ||
ChangeType ( ProjectType type ) : void | ||
ProjectInfo ( ProjectId id, string name, ProjectType type ) : System | ||
RemoveAction ( ActionId action ) : void |
public ChangeOutcome ( string newName ) : void | ||
newName | string | |
return | void |
public ChangeType ( ProjectType type ) : void | ||
type | ProjectType | |
return | void |
public ProjectInfo ( ProjectId id, string name, ProjectType type ) : System | ||
id | ProjectId | |
name | string | |
type | ProjectType | |
return | System |
public RemoveAction ( ActionId action ) : void | ||
action | ActionId | |
return | void |