Common ITypeView Implementation
Inheritance
System.Object
ATypeView
public abstract class ATypeView : ITypeView
Properties
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
Declaration
public virtual double Priority { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
Methods
GetView(Object, ViewContext)
Declaration
public virtual VisualElement GetView(object obj, ViewContext context)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
| ViewContext |
context |
|
Returns
| Type |
Description |
| VisualElement |
|
Implements
Declaration
public virtual bool HasView(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
Implements