Refactor IDataTypeConfigurationConnector for Deploy
This commit is contained in:
@@ -22,13 +22,13 @@ namespace Umbraco.Core.Deploy
|
||||
/// </summary>
|
||||
/// <param name="dataType">The datatype.</param>
|
||||
/// <param name="dependencies">The dependencies.</param>
|
||||
IDictionary<string, object> ToArtifact(IDataType dataType, ICollection<ArtifactDependency> dependencies);
|
||||
string ToArtifact(IDataType dataType, ICollection<ArtifactDependency> dependencies);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the actual datatype configuration corresponding to the artifact configuration.
|
||||
/// </summary>
|
||||
/// <param name="dataType">The datatype.</param>
|
||||
/// <param name="configuration">The artifact configuration.</param>
|
||||
object FromArtifact(IDataType dataType, IDictionary<string, object> configuration);
|
||||
object FromArtifact(IDataType dataType, string configuration);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user