C# 클래스 Algebra.QL.Form.Type.BaseType

상속: IFormType
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
BaseType ( ) : System.Diagnostics
BuildElement ( ValueContainer value, bool editable ) : FrameworkElement
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetLeastUpperBound ( IFormType other ) : IFormType
IsChildOf ( IFormType other ) : bool

보호된 메소드들

메소드 설명
BuildElement ( ValueContainer value ) : FrameworkElement

메소드 상세

BaseType() 공개 메소드

public BaseType ( ) : System.Diagnostics
리턴 System.Diagnostics

BuildElement() 보호된 메소드

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

BuildElement() 공개 메소드

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

Equals() 공개 최종 메소드

public final Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 최종 메소드

public final GetHashCode ( ) : int
리턴 int

GetLeastUpperBound() 공개 메소드

public GetLeastUpperBound ( IFormType other ) : IFormType
other IFormType
리턴 IFormType

IsChildOf() 공개 메소드

public IsChildOf ( IFormType other ) : bool
other IFormType
리턴 bool