Method | Description | |
---|---|---|
AcceptVisitor ( IMappingModelVisitor visitor ) : void | ||
AddCollection ( ICollectionMapping collection ) : void | ||
AddComponent ( |
||
AddProperty ( PropertyMapping property ) : void | ||
AddReference ( ManyToOneMapping manyToOne ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
ClassMappingBase ( AttributeStore underlyingStore ) : System |
public AcceptVisitor ( IMappingModelVisitor visitor ) : void | ||
visitor | IMappingModelVisitor | |
return | void |
public AddCollection ( ICollectionMapping collection ) : void | ||
collection | ICollectionMapping | |
return | void |
public AddComponent ( |
||
componentMapping | ||
return | void |
public AddProperty ( PropertyMapping property ) : void | ||
property | PropertyMapping | |
return | void |
public AddReference ( ManyToOneMapping manyToOne ) : void | ||
manyToOne | ManyToOneMapping | |
return | void |
protected ClassMappingBase ( AttributeStore underlyingStore ) : System | ||
underlyingStore | AttributeStore | |
return | System |