Interface IData
The most basic requirements of serialized data in IdleKit which are later loaded by the IDataService.
Namespace: IdleKit.Core
Assembly: cs.temp.dll.dll
Syntax
public interface IData
Properties
Id
The id for this data. This must be unique.
Declaration
string Id { get; }
Property Value
Type | Description |
---|---|
String |