Method | Description | |
---|---|---|
Accept ( IVisitor visitor ) : void |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|
|
PrimaryKeyModel ( |
Initializes a new instance of the PrimaryKeyModel class.
|
public Accept ( IVisitor visitor ) : void | ||
visitor | IVisitor | The visitor. |
return | void |
public PrimaryKeyModel ( |
||
propInfo | The prop info. | |
pkAtt | PrimaryKeyAttribute | The pk att. |
return | System |