Pip-Services-Commons-Dotnet
Properties | List of all members
PipServices3.Commons.Data.IIdentifiable< T > Interface Template Reference

Generic interface for data objects that can be uniquely identified by an id. More...

Properties

Id [get, set]
 

Detailed Description

Generic interface for data objects that can be uniquely identified by an id.

The type specified in the interface defines the type of id field.

Template Parameters
Tthe class type
public class MyData: IIdentifiable<String>
{
string id {get; set;}
string field1;
int field2;
...
}

Property Documentation

◆ Id

The unique object identifier of type T.


The documentation for this interface was generated from the following file: