Pip-Services-Commons-Dotnet
Properties | List of all members
PipServices3.Commons.Data.INamed Interface Reference

Interface for data objects that have human-readable name. More...

Properties

string Name [get, set]
 

Detailed Description

Interface for data objects that have human-readable name.

public class MyData: IStringIdentifiable, INamed
{
string id {get; set;}
string name {get; set;}
string field1;
int field2;
...
}

Property Documentation

◆ Name

string PipServices3.Commons.Data.INamed.Name
getset

The object's humand-readable name.


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