Interface IDistinguishable
Interface for an an object, content of which can be distinguished from the content of another instance.
Namespace: MESL.SqlRace.Domain.Infrastructure.DistinctionTracking
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IDistinguishable
Properties
DistinctionCode
Gets or sets the distinction code.
Declaration
int DistinctionCode { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The distinction code. |