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

Inheritance: IFormType
Mostra file Open project: software-engineering-amsterdam/poly-ql

Public Methods

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

Protected Methods

Method Description
BuildElement ( ValueContainer value ) : FrameworkElement

Method Details

BaseType() public method

public BaseType ( ) : System.Diagnostics
return System.Diagnostics

BuildElement() protected method

protected BuildElement ( ValueContainer value ) : FrameworkElement
value Algebra.QL.Eval.Value.ValueContainer
return System.Windows.FrameworkElement

BuildElement() public method

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

Equals() public final method

public final Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public final method

public final GetHashCode ( ) : int
return int

GetLeastUpperBound() public method

public GetLeastUpperBound ( IFormType other ) : IFormType
other IFormType
return IFormType

IsChildOf() public method

public IsChildOf ( IFormType other ) : bool
other IFormType
return bool