C# Class Algebra.QL.Form.Type.BaseType

Inheritance: IFormType
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
BaseType ( ) : System.Diagnostics
BuildElement ( ValueContainer value, bool editable ) : FrameworkElement
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLeastUpperBound ( IFormType other ) : IFormType
IsChildOf ( IFormType other ) : bool

Méthodes protégées

Méthode Description
BuildElement ( ValueContainer value ) : FrameworkElement

Method Details

BaseType() public méthode

public BaseType ( ) : System.Diagnostics
Résultat System.Diagnostics

BuildElement() protected méthode

protected BuildElement ( ValueContainer value ) : FrameworkElement
value Algebra.QL.Eval.Value.ValueContainer
Résultat System.Windows.FrameworkElement

BuildElement() public méthode

public BuildElement ( ValueContainer value, bool editable ) : FrameworkElement
value Algebra.QL.Eval.Value.ValueContainer
editable bool
Résultat System.Windows.FrameworkElement

Equals() public final méthode

public final Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public final méthode

public final GetHashCode ( ) : int
Résultat int

GetLeastUpperBound() public méthode

public GetLeastUpperBound ( IFormType other ) : IFormType
other IFormType
Résultat IFormType

IsChildOf() public méthode

public IsChildOf ( IFormType other ) : bool
other IFormType
Résultat bool