Interface IData
Interface for data objects with an ID and Name. Useful for identifying items within a collection or database.
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface IData : IHasId<string>, IHasName
Interface for data objects with an ID and Name. Useful for identifying items within a collection or database.
public interface IData : IHasId<string>, IHasName