C# 클래스 UniAspect.AspectElement.Intertype

インタータイプ宣言を表します インタータイプ宣言は1つの言語依存ブロックから構成されます
상속: IAspectElement
파일 보기 프로젝트 열기: UnicoenProject/UniAspect 1 사용 예제들

공개 메소드들

메소드 설명
GetContents ( ) : string
GetLanguageType ( ) : string
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

메소드 상세

GetContents() 공개 메소드

public GetContents ( ) : string
리턴 string

GetLanguageType() 공개 메소드

public GetLanguageType ( ) : string
리턴 string

GetProperty() 공개 메소드

public GetProperty ( ) : string
리턴 string

GetTarget() 공개 메소드

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