Syntax
| C# |
|---|
public interface IVisitor |
The type exposes the following members.
Public Methods
| Name | Description | |
|---|---|---|
| VisitAny |
Visits any.
| |
| VisitBelongsTo |
Visits the belongs to association
| |
| VisitCollectionID |
Visits the collection ID.
| |
| VisitCompositePrimaryKey |
Visits the composite primary key.
| |
| VisitCompositeUserType |
Visits the custom composite user type.
| |
| VisitDependentObject |
Visits the dependent object model
| |
| VisitField |
Visits the field.
| |
| VisitHasAndBelongsToMany |
Visits the has and belongs to many association
| |
| VisitHasMany |
Visits the has many association
| |
| VisitHasManyToAny |
Visits the has many to any association
| |
| VisitHasManyToAnyConfig |
Visits the has many to any configuration
| |
| VisitHilo |
Visits the hilo strategy
| |
| VisitImport |
Visits the import statement
| |
| VisitKey |
Visits the key.
| |
| VisitModel |
Visits the top level of the model.
| |
| VisitNested |
Visits the nested (component) model
| |
| VisitNestedParentReference |
Visits the component parent reference
| |
| VisitOneToOne |
Visits the one to one association
| |
| VisitPrimaryKey |
Visits the primary key.
| |
| VisitProperty |
Visits the property.
| |
| VisitTimestamp |
Visits the timestamp.
| |
| VisitVersion |
Visits the version.
|