Property | Type | Description | |
---|---|---|---|
attributes | AttributeStore |
||
unmigratedAttributes | string>.IDictionary | ||
unmigratedParts | List |
Method | Description | |
---|---|---|
AcceptVisitor ( IMappingModelVisitor visitor ) : void | ||
AddUnmigratedAttribute ( string attribute, string value ) : void | ||
AddUnmigratedPart ( IMappingPart part ) : void |
Method | Description | |
---|---|---|
ComponentMappingBase ( ) : System.Collections.Generic | ||
ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic |
public AcceptVisitor ( IMappingModelVisitor visitor ) : void | ||
visitor | IMappingModelVisitor | |
return | void |
public AddUnmigratedAttribute ( string attribute, string value ) : void | ||
attribute | string | |
value | string | |
return | void |
public AddUnmigratedPart ( IMappingPart part ) : void | ||
part | IMappingPart | |
return | void |
protected ComponentMappingBase ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected ComponentMappingBase ( AttributeStore store ) : System.Collections.Generic | ||
store | AttributeStore | |
return | System.Collections.Generic |
protected IDictionary |
||
return | string>.IDictionary |