Class ContentTypeMappingDB
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
ContentTypeMappingDB
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
[ServiceConfiguration]
public class ContentTypeMappingDB
Constructors
ContentTypeMappingDB(IContentTypeRepository, IDatabaseExecutor)
Declaration
public ContentTypeMappingDB(IContentTypeRepository contentTypeRepository, IDatabaseExecutor dbHandler)
Parameters
Type | Name | Description |
---|---|---|
IContentTypeRepository | contentTypeRepository | |
IDatabaseExecutor | dbHandler |
Methods
List()
Declaration
public virtual IDictionary<string, AvailableSetting> List()
Returns
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, AvailableSetting> |
PersistChanges(Int32, IList<AvailableContentTypeAnalyzeResult>)
Declaration
public virtual void PersistChanges(int contentTypeId, IList<AvailableContentTypeAnalyzeResult> changes)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | contentTypeId | |
System.Collections.Generic.IList<AvailableContentTypeAnalyzeResult> | changes |