C# Class UniAspect.AspectElement.Intertype

インタータイプ宣言を表します インタータイプ宣言は1つの言語依存ブロックから構成されます
Inheritance: IAspectElement
Afficher le fichier Open project: UnicoenProject/UniAspect Class Usage Examples

Méthodes publiques

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

Method Details

GetContents() public méthode

public GetContents ( ) : string
Résultat string

GetLanguageType() public méthode

public GetLanguageType ( ) : string
Résultat string

GetProperty() public méthode

public GetProperty ( ) : string
Résultat string

GetTarget() public méthode

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