C# Class UniAspect.AspectElement.Advice

アドバイスを表します アドバイスは以下の属性から構成されます
Inheritance: IAspectElement
Mostra file Open project: UnicoenProject/UniAspect Class Usage Examples

Public Methods

Method Description
GetAdviceType ( ) : string
GetFragments ( ) : List
GetParameters ( ) : List
GetProperty ( ) : string
GetTarget ( ) : string
SetContents ( string content ) : void
SetElementType ( string elementType ) : void
SetLanguageType ( string language ) : void
SetName ( string name ) : void
SetParameter ( string param ) : void
SetParameterType ( string paramType ) : void
SetTarget ( string target ) : void
SetType ( string type ) : void

Method Details

GetAdviceType() public method

public GetAdviceType ( ) : string
return string

GetFragments() public method

public GetFragments ( ) : List
return List

GetParameters() public method

public GetParameters ( ) : List
return List

GetProperty() public method

public GetProperty ( ) : string
return string

GetTarget() public method

public GetTarget ( ) : string
return string

SetContents() public method

public SetContents ( string content ) : void
content string
return void

SetElementType() public method

public SetElementType ( string elementType ) : void
elementType string
return void

SetLanguageType() public method

public SetLanguageType ( string language ) : void
language string
return void

SetName() public method

public SetName ( string name ) : void
name string
return void

SetParameter() public method

public SetParameter ( string param ) : void
param string
return void

SetParameterType() public method

public SetParameterType ( string paramType ) : void
paramType string
return void

SetTarget() public method

public SetTarget ( string target ) : void
target string
return void

SetType() public method

public SetType ( string type ) : void
type string
return void