Interface IDataModelWithKey
Defines the basic behavior for a Domain Model object with an identifying key
public interface IDataModelWithKey
Properties
Key
Readonly property to get the untyped key of the object
object Key { get; set; }
Defines the basic behavior for a Domain Model object with an identifying key
public interface IDataModelWithKey
Readonly property to get the untyped key of the object
object Key { get; set; }