Interface IDataSetItem
Item that can be stored in a data set.
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public interface IDataSetItem
Properties
Id
Gets the ID.
Declaration
string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets/sets the name.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
string |