Class BoolData
Inherited Members
Namespace: MackySoft.UniData.Data.General
Assembly: cs.temp.dll.dll
Syntax
[AddTypeMenu("General/BoolData", -10)]
[Serializable]
public sealed class BoolData : Data<bool>, IData<bool>, IReadOnlyData<bool>, IData, IReadOnlyData, IEntry
Constructors
BoolData()
Declaration
public BoolData()
BoolData(String)
Declaration
public BoolData(string id)
Parameters
Type | Name | Description |
---|---|---|
String | id |
BoolData(String, Boolean)
Declaration
public BoolData(string id, bool initialValue)
Parameters
Type | Name | Description |
---|---|---|
String | id | |
Boolean | initialValue |