Search Results for

    Show / Hide Table of Contents

    Struct DataStore.DataEntry

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    Namespace: NoSuchStudio.DataStorage
    Assembly: NoSuchStudio-DataStorage.dll
    Syntax
    [Serializable]
    public struct DataEntry

    Constructors

    DataEntry(DataStore.KnownType, Object, Boolean, Boolean)

    Declaration
    public DataEntry(DataStore.KnownType type, object value, bool syncToPrefs = true, bool syncToVariables = false)
    Parameters
    Type Name Description
    DataStore.KnownType type
    Object value
    Boolean syncToPrefs
    Boolean syncToVariables

    Fields

    syncToPrefs

    Declaration
    public bool syncToPrefs
    Field Value
    Type Description
    Boolean

    syncToVariables

    Declaration
    public bool syncToVariables
    Field Value
    Type Description
    Boolean

    type

    Declaration
    public DataStore.KnownType type
    Field Value
    Type Description
    DataStore.KnownType

    value

    Declaration
    public object value
    Field Value
    Type Description
    Object

    Methods

    GetBoolValue()

    Declaration
    public bool GetBoolValue()
    Returns
    Type Description
    Boolean

    GetFloatValue()

    Declaration
    public float GetFloatValue()
    Returns
    Type Description
    Single

    GetIntValue()

    Declaration
    public int GetIntValue()
    Returns
    Type Description
    Int32

    GetStringValue()

    Declaration
    public string GetStringValue()
    Returns
    Type Description
    String

    GetValue()

    Declaration
    public object GetValue()
    Returns
    Type Description
    Object

    SetValue(Object)

    Declaration
    public bool SetValue(object v)
    Parameters
    Type Name Description
    Object v
    Returns
    Type Description
    Boolean

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    In This Article
    Back to top Generated by DocFX