Class DataSetItem
Item that can be stored in a data set.
Implements
Inherited Members
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
[Serializable]
public abstract class DataSetItem : IDataSetItem
Constructors
DataSetItem(string)
Declaration
protected DataSetItem(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
Id
Gets the ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets/sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |