Method | Description | |
---|---|---|
CreateNewBehavior ( string behaviorName ) : void | ||
DoesBehaviorExist ( string behaviorName ) : bool | ||
GetAllBehaviors ( ) : List |
||
GetAllContainersReferencingBehavior ( string behaviorName ) : List |
||
GetBehaviorCodeFrom ( |
||
GetBehaviorCodeFrom ( string behaviorName ) : string | ||
GetBehaviorRequirementsForBehavior ( |
||
GetBehaviorRequirementsForBehavior ( string behaviorName ) : List |
||
GetBehaviorRequirementsForElement ( IBehaviorContainer behaviorContainer ) : List |
||
GetMethodCallForBehavior ( |
||
GetMethodCallForBehavior ( string behaviorName, IBehaviorContainer container ) : ICodeBlock |
Method | Description | |
---|---|---|
GetBehaviorContents ( string behaviorName ) : string | ||
GetRawBehaviorMethodHeader ( string behaviorName ) : string | ||
UpdateBehavior ( string changedBehavior ) : void |
public static CreateNewBehavior ( string behaviorName ) : void | ||
behaviorName | string | |
return | void |
public static DoesBehaviorExist ( string behaviorName ) : bool | ||
behaviorName | string | |
return | bool |
public static GetAllContainersReferencingBehavior ( string behaviorName ) : List |
||
behaviorName | string | |
return | List |
public static GetBehaviorCodeFrom ( |
||
behavior | ||
return | string |
public static GetBehaviorCodeFrom ( string behaviorName ) : string | ||
behaviorName | string | |
return | string |
public static GetBehaviorRequirementsForBehavior ( |
||
behavior | ||
return | List |
public static GetBehaviorRequirementsForBehavior ( string behaviorName ) : List |
||
behaviorName | string | |
return | List |
public static GetBehaviorRequirementsForElement ( IBehaviorContainer behaviorContainer ) : List |
||
behaviorContainer | IBehaviorContainer | |
return | List |
public static GetMethodCallForBehavior ( |
||
behavior | ||
container | IBehaviorContainer | |
return | ICodeBlock |
public static GetMethodCallForBehavior ( string behaviorName, IBehaviorContainer container ) : ICodeBlock | ||
behaviorName | string | |
container | IBehaviorContainer | |
return | ICodeBlock |