C# 클래스 UniAspect.AspectElement.Pointcut

ポイントカットを表します ポイントカットは以下の属性から構成されます
상속: IAspectElement
파일 보기 프로젝트 열기: UnicoenProject/UniAspect 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DeepCopy() 공개 메소드

public DeepCopy ( ) : Pointcut
리턴 Pointcut

GetName() 공개 메소드

public GetName ( ) : string
리턴 string

GetParameters() 공개 메소드

public GetParameters ( ) : string>>.List
리턴 string>>.List

GetPointcutType() 공개 메소드

public GetPointcutType ( ) : string
리턴 string

GetProperty() 공개 메소드

public GetProperty ( ) : string
리턴 string

GetTargetName() 공개 메소드

public GetTargetName ( ) : List
리턴 List

GetTargetType() 공개 메소드

public GetTargetType ( ) : string
리턴 string

SetContents() 공개 메소드

public SetContents ( string content ) : void
content string
리턴 void

SetElementType() 공개 메소드

public SetElementType ( string elementType ) : void
elementType string
리턴 void

SetLanguageType() 공개 메소드

public SetLanguageType ( string language ) : void
language string
리턴 void

SetName() 공개 메소드

public SetName ( string name ) : void
name string
리턴 void

SetParameter() 공개 메소드

public SetParameter ( string param ) : void
param string
리턴 void

SetParameterType() 공개 메소드

public SetParameterType ( string paramType ) : void
paramType string
리턴 void

SetTarget() 공개 메소드

public SetTarget ( string target ) : void
target string
리턴 void

SetType() 공개 메소드

public SetType ( string type ) : void
type string
리턴 void