Method | Description | |
---|---|---|
Accept ( IVisitor visitor ) : void |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|
|
CompositeUserTypeModel ( |
Initializes a new instance of the CompositeUserTypeModel class.
|
public Accept ( IVisitor visitor ) : void | ||
visitor | IVisitor | The visitor. |
return | void |
public CompositeUserTypeModel ( |
||
prop | The property marked with the attribute. | |
attribute | CompositeUserTypeAttribute | The metadata attribute. |
return | System.Reflection |