Method | Description | |
---|---|---|
CreateMetaFromType ( |
Creates the meta-info from the specified type.
|
|
CreateMetaInfoFromConfig ( |
Creates the meta-info from the configuration.
|
|
GetMetaFor ( |
Gets the meta-info for the specified implementation type.
|
|
PopulateMetaFromConfig ( |
Populates the meta-info from the configuration.
|
|
SynchronizeMetaInfoStore ( IConversionManager conversionManager ) : System |
Initializes a new instance of the SynchronizeMetaInfoStore class.
|
Method | Description | |
---|---|---|
CreateAttributeFromConfig ( IConfiguration config ) : |
Creates the synchronization attribute from configuration.
|
|
PopulateMetaInfoFromType ( |
Populates the meta-info from the attributes.
|
|
Register ( |
Registers the meta-info for the specified implementation type.
|
public CreateMetaFromType ( |
||
implementation | The implementation type. | |
return |
public CreateMetaInfoFromConfig ( |
||
implementation | The implementation type. | |
config | IConfiguration | The configuration. |
return |
public GetMetaFor ( |
||
implementation | The implementation type. | |
return |
public PopulateMetaFromConfig ( |
||
implementation | The implementation. | |
methods | IList |
The methods. |
config | IConfiguration | The config. |
return | void |
public SynchronizeMetaInfoStore ( IConversionManager conversionManager ) : System | ||
conversionManager | IConversionManager | |
return | System |