Class APIChangeBase<T>
Implements
Inherited Members
Namespace: Unity.APIComparison.Framework.Changes
Assembly: solution.dll
Syntax
public abstract class APIChangeBase<T> : IAPIChange where T : class, IMemberDefinition
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
APIChangeBase(T, T) | |
APIChangeBase(T, T, string) |
Properties
Name | Description |
---|---|
AffectedPlatforms | |
Current | |
CurrentEntity | |
Hash | |
Original | |
OriginalEntity | |
SourcePath |
Methods
Name | Description |
---|---|
Accept(IAPIChangeVisitor) | |
IsAdd() | |
ToString() | Returns a string that represents the current object. |