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
Public method RefactoringRecord Initializes a new instance of the RefactoringRecord class.

Top

Properties

  Name Description
Public property ChangeDateTime Gets the date and time of the transaction. The set procedure is private.
Public property OperationKeys Gets a list of refactoring operation keys.
Public property OperationName Gets the operation name. The set procedure is private.
Public property Properties Gets a list of property names and values.

Top

Methods

  Name Description
Public method AddOperationKey(IList<String>) Adds the given list of operation keys to the transaction record.
Public method AddOperationKey(String) Adds the given operation key to the transaction record.
Public method AddProperty Adds a property and value to the transaction record.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetProperty Returns the value of the property that is identified by the provided property name.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Data.Schema.Refactoring Namespace