C# Class NClass.Core.Field

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

ClearModifiers() public méthode

public ClearModifiers ( ) : void
Résultat void

Clone() protected abstract méthode

protected abstract Clone ( CompositeType newParent ) : Field
newParent CompositeType
Résultat Field

CopyFrom() protected méthode

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

Field() protected méthode

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

GetUmlDescription() public final méthode

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