RefactoringRecord Class
Represents a transaction record in refactoring. This class cannot be inherited.
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.Refactoring.RefactoringRecord
Namespace: Microsoft.Data.Schema.Refactoring
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class RefactoringRecord
public sealed class RefactoringRecord
public ref class RefactoringRecord sealed
[<Sealed>]
type RefactoringRecord = class end
public final class RefactoringRecord
The RefactoringRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RefactoringRecord | Initializes a new instance of the RefactoringRecord class. |
Top
Properties
Name | Description | |
---|---|---|
ChangeDateTime | Gets the date and time of the transaction. The set procedure is private. | |
OperationKeys | Gets a list of refactoring operation keys. | |
OperationName | Gets the operation name. The set procedure is private. | |
Properties | Gets a list of property names and values. |
Top
Methods
Name | Description | |
---|---|---|
AddOperationKey(IList<String>) | Adds the given list of operation keys to the transaction record. | |
AddOperationKey(String) | Adds the given operation key to the transaction record. | |
AddProperty | Adds a property and value to the transaction record. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProperty | Returns the value of the property that is identified by the provided property name. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.