Property | Type | Description | |
---|---|---|---|
CacheBasicProperties | List | ||
CreateBasicProperty | void | ||
CreateCustomProperty | void | ||
CreateValAttribute | System.Xml.Linq.XAttribute | ||
GetDefaultValueForPropertyType | string |
Method | Description | |
---|---|---|
PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void |
Method | Description | |
---|---|---|
CacheBasicProperties ( IFwMetaDataCacheManaged mdc ) : List |
||
CreateBasicProperty ( System.Xml.Linq.XElement rootElement, PropertyInfo basicPropertyInfo ) : void | ||
CreateCustomProperty ( System.Xml.Linq.XElement rootElement, PropertyInfo basicCustomPropertyInfo ) : void | ||
CreateValAttribute ( CellarPropertyType propertyType ) : System.Xml.Linq.XAttribute | ||
GetDefaultValueForPropertyType ( CellarPropertyType propertyType ) : string |
public PerformMigration ( IDomainObjectDTORepository domainObjectDtoRepository ) : void | ||
domainObjectDtoRepository | IDomainObjectDTORepository | |
return | void |