Class ContentTypeSynchronizer
Handles synchronization between Content
Inheritance
Namespace: EPiServer.DataAbstraction.RuntimeModel.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
[ServiceConfiguration]
public class ContentTypeSynchronizer : Object
Constructors
ContentTypeSynchronizer()
Initializes a new instance of the Content
Declaration
public ContentTypeSynchronizer()
Remarks
This constructor is available to make the class mockable in tests.
ContentTypeSynchronizer(PropertyDefinitionSynchronizer, IContentTypeRepository, IContentModelUsage, MigrationStepRepository, IEnumerable<ContentScannerExtension>, IContentTypeBaseResolver)
Initializes a new instance of the Content
Declaration
public ContentTypeSynchronizer(PropertyDefinitionSynchronizer propertyDefinitionSynchronizer, IContentTypeRepository contentTypeRepository, IContentModelUsage contentModelUsage, MigrationStepRepository migrationStepRepository, IEnumerable<ContentScannerExtension> registerExtensions, IContentTypeBaseResolver contentTypeBaseResolver)
Parameters
Type | Name | Description |
---|---|---|
Property |
propertyDefinitionSynchronizer | The property definition synchronizer. |
IContent |
contentTypeRepository | The content type repository. |
IContent |
contentModelUsage | The content model usage. |
Migration |
migrationStepRepository | The migration step repository. |
System. |
registerExtensions | The register extensions. |
IContent |
contentTypeBaseResolver | The content type base resolver |
Properties
ContentTypeRepository
Gets the content type repository.
Declaration
protected IContentTypeRepository ContentTypeRepository { get; }
Property Value
Type | Description |
---|---|
IContent |
The content type repository. |
Methods
AssignValuesFromModel(ContentType, ContentTypeModel)
Assigns values from a model.
Declaration
protected virtual void AssignValuesFromModel(ContentType contentType, ContentTypeModel contentModel)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentType | Type content type, which will be populatetd with values. |
Content |
contentModel | The content model to get values from. |
CreateType(ContentTypeModel)
Creates a new Content
Declaration
public virtual ContentType CreateType(ContentTypeModel contentModel)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentModel | The content model. |
Returns
Type | Description |
---|---|
Content |
Delete(ContentType)
Deletes the specified content type.
Declaration
public virtual void Delete(ContentType contentType)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentType | Type of the content. |
GetType(ContentTypeModel)
Gets a Content
Declaration
public virtual ContentType GetType(ContentTypeModel contentTypeModel)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentTypeModel | The content type model. |
Returns
Type | Description |
---|---|
Content |
ListUnusedTypes(IEnumerable<ContentTypeModel>)
Lists the Content
Declaration
public virtual IEnumerable<ContentType> ListUnusedTypes(IEnumerable<ContentTypeModel> typeModels)
Parameters
Type | Name | Description |
---|---|---|
System. |
typeModels | The content type models. |
Returns
Type | Description |
---|---|
System. |
UpdateType(ContentTypeModel)
Updates a Content
Declaration
public virtual void UpdateType(ContentTypeModel model)
Parameters
Type | Name | Description |
---|---|---|
Content |
model | The content type model. |