Show / Hide Table of Contents

Class ChangeTrackingExtensions

Inheritance
System.Object
ChangeTrackingExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Ease.Repository
Assembly: Ease.Repository.dll
Syntax
public static class ChangeTrackingExtensions

Methods

| Improve this Doc View Source

CurrentState<T>(T)

Declaration
public static T CurrentState<T>(this T mayBeTracked)
    where T : class
Parameters
Type Name Description
T mayBeTracked
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
Back to top Generated by DocFX