Class DataSetItem
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |