Click or drag to resize

IVisualT Interface


Namespace: ArthaChitra.Model.Common
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public interface IVisual<in T>
where T : Object, IVisualArgs<IViewModel<IProperty>>

Type Parameters

T

The IVisualT type exposes the following members.

Properties
 NameDescription
Public propertyDisplayName 
Top
Methods
 NameDescription
Public methodCanRenderIVisualT drawn via code undergoes a check if the same can be drawn or not. This is particularly true for the IDrawing objects.
Public methodOnRender 
Top
See Also