Syntax

C#
public interface IVisitor

The type exposes the following members.

Public Methods

  NameDescription
Public methodVisitAny
Visits any.
Public methodVisitBelongsTo
Visits the belongs to association
Public methodVisitCollectionID
Visits the collection ID.
Public methodVisitCompositePrimaryKey
Visits the composite primary key.
Public methodVisitCompositeUserType
Visits the custom composite user type.
Public methodVisitDependentObject
Visits the dependent object model
Public methodVisitField
Visits the field.
Public methodVisitHasAndBelongsToMany
Visits the has and belongs to many association
Public methodVisitHasMany
Visits the has many association
Public methodVisitHasManyToAny
Visits the has many to any association
Public methodVisitHasManyToAnyConfig
Visits the has many to any configuration
Public methodVisitHilo
Visits the hilo strategy
Public methodVisitImport
Visits the import statement
Public methodVisitKey
Visits the key.
Public methodVisitModel
Visits the top level of the model.
Public methodVisitNested
Visits the nested (component) model
Public methodVisitNestedParentReference
Visits the component parent reference
Public methodVisitOneToOne
Visits the one to one association
Public methodVisitPrimaryKey
Visits the primary key.
Public methodVisitProperty
Visits the property.
Public methodVisitTimestamp
Visits the timestamp.
Public methodVisitVersion
Visits the version.

See Also