Class DepthActionVisitor<T>
A visitor which encloses a standard action.
Inheritance
System.Object
DepthActionVisitor<T>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DepthActionVisitor<T> : IDepthVisitor<T>
Type Parameters
T
The data type. |
Constructors
DepthActionVisitor(Action<T, Int32>)
Initializes a new instance of the DepthActionVisitor<T> class.
Declaration
public DepthActionVisitor(Action<T, int> action)
Parameters
System.Action<T, System.Int32>
action
The action. |
Properties
HasCompleted
Gets a value indicating whether this instance has completed.
Declaration
public bool HasCompleted { get; }
Property Value
System.Boolean
|
Implements
Methods
Visit(T, Int32)
Visits the specified object.
Declaration
public void Visit(T obj, int height)
Parameters
T
obj
The object. |
System.Int32
height
The height. |