C# Class UniAspect.AspectElement.Pointcut

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

Méthodes publiques

Méthode 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 méthode

public DeepCopy ( ) : Pointcut
Résultat Pointcut

GetName() public méthode

public GetName ( ) : string
Résultat string

GetParameters() public méthode

public GetParameters ( ) : string>>.List
Résultat string>>.List

GetPointcutType() public méthode

public GetPointcutType ( ) : string
Résultat string

GetProperty() public méthode

public GetProperty ( ) : string
Résultat string

GetTargetName() public méthode

public GetTargetName ( ) : List
Résultat List

GetTargetType() public méthode

public GetTargetType ( ) : string
Résultat string

SetContents() public méthode

public SetContents ( string content ) : void
content string
Résultat void

SetElementType() public méthode

public SetElementType ( string elementType ) : void
elementType string
Résultat void

SetLanguageType() public méthode

public SetLanguageType ( string language ) : void
language string
Résultat void

SetName() public méthode

public SetName ( string name ) : void
name string
Résultat void

SetParameter() public méthode

public SetParameter ( string param ) : void
param string
Résultat void

SetParameterType() public méthode

public SetParameterType ( string paramType ) : void
paramType string
Résultat void

SetTarget() public méthode

public SetTarget ( string target ) : void
target string
Résultat void

SetType() public méthode

public SetType ( string type ) : void
type string
Résultat void