Class CommitterBase<T>
Implements
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.Cms.Shell.Workspace.Committers
Assembly: EPiServer.Cms.Shell.UI.dll
Version: 11.20.7Syntax
[Obsolete("This class has been obsoleted and will be removed in the next major release.")]
public abstract class CommitterBase<T> : ICommitter where T : ChangeBase
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
CommitterBase()
Declaration
protected CommitterBase()
Properties
HandledType
Declaration
public Type HandledType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Methods
Commit(T, CommitArguments)
Declaration
public abstract CommitResult Commit(T change, CommitArguments argument)
Parameters
| Type | Name | Description |
|---|---|---|
| T | change | |
| CommitArguments | argument |
Returns
| Type | Description |
|---|---|
| CommitResult |
Commit(CommitArguments)
Declaration
public CommitResult Commit(CommitArguments argument)
Parameters
| Type | Name | Description |
|---|---|---|
| CommitArguments | argument |
Returns
| Type | Description |
|---|---|
| CommitResult |