Interface IVisitable
Defines an Accept method, to be implemented by classes that can be visited by an IVersionableVisitor
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public interface IVisitable
Methods
Accept(IVersionableVisitor)
Accepts the specified visitor.
Declaration
void Accept(IVersionableVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
IVersionableVisitor | visitor | The visitor. |