C# Class UniAspect.AspectElement.Pointcut

ポイントカットを表します ポイントカットは以下の属性から構成されます
Inheritance: IAspectElement
Exibir arquivo Open project: UnicoenProject/UniAspect Class Usage Examples

Public Methods

Method Description
DeepCopy ( ) : Pointcut
GetName ( ) : string
GetParameters ( ) : string>>.List
GetPointcutType ( ) : string
GetProperty ( ) : string
GetTargetName ( ) : List
GetTargetType ( ) : 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

DeepCopy() public method

public DeepCopy ( ) : Pointcut
return Pointcut

GetName() public method

public GetName ( ) : string
return string

GetParameters() public method

public GetParameters ( ) : string>>.List
return string>>.List

GetPointcutType() public method

public GetPointcutType ( ) : string
return string

GetProperty() public method

public GetProperty ( ) : string
return string

GetTargetName() public method

public GetTargetName ( ) : List
return List

GetTargetType() public method

public GetTargetType ( ) : 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