C# Class NClass.Core.Member

Inheritance: LanguageElement
Afficher le fichier Open project: gbaychev/NClass Class Usage Examples

Méthodes publiques

Méthode Description
GetUmlDescription ( ) : string
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames ) : string
GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
InitFromString ( string declaration ) : void

Méthodes protégées

Méthode Description
CopyFrom ( Member member ) : void
Member ( string name, CompositeType parent ) : System

Method Details

CopyFrom() protected méthode

protected CopyFrom ( Member member ) : void
member Member
Résultat void

GetUmlDescription() public méthode

public GetUmlDescription ( ) : string
Résultat string

GetUmlDescription() public méthode

public GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames ) : string
getType bool
getParameters bool
getParameterNames bool
Résultat string

GetUmlDescription() public abstract méthode

public abstract GetUmlDescription ( bool getType, bool getParameters, bool getParameterNames, bool getInitValue ) : string
getType bool
getParameters bool
getParameterNames bool
getInitValue bool
Résultat string

InitFromString() public abstract méthode

/// The does not fit to the syntax. ///
public abstract InitFromString ( string declaration ) : void
declaration string
Résultat void

Member() protected méthode

/// The does not fit to the syntax. /// /// The language of does not equal. /// /// is null. ///
protected Member ( string name, CompositeType parent ) : System
name string
parent CompositeType
Résultat System