Search Results for

    Show / Hide Table of Contents

    Class SharedUObject<TObject>

    Inheritance
    object
    SharedVariable
    SharedVariable<TObject>
    SharedUObject<TObject>
    Implements
    System.ICloneable
    System.IDisposable
    IVariable<TObject>
    IVariable<Object>
    Inherited Members
    SharedVariable<TObject>.Value
    SharedVariable<TObject>.GetValue()
    SharedVariable<TObject>.SetValue(object)
    SharedVariable<TObject>.Getter
    SharedVariable<TObject>.Setter
    SharedVariable<TObject>.Bind(IVariable<TObject>)
    SharedVariable<TObject>.Dispose()
    SharedVariable<TObject>.value
    SharedVariable<TObject>.Observe()
    SharedVariable<TObject>.ObserveT()
    SharedVariable<TObject>.Clone()
    SharedVariable<TObject>.CopyProperty(SharedVariable)
    SharedVariable<TObject>.GetValueType()
    SharedVariable.IsShared
    SharedVariable.IsGlobal
    SharedVariable.IsExposed
    SharedVariable.Name
    SharedVariable.ICloneable.Clone()
    SharedVariable.GetSerializedData()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Ceres.Graph
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SharedUObject<TObject> : SharedVariable<TObject>, ICloneable, IDisposable, IVariable<TObject>, IVariable<Object> where TObject : Object
    Type Parameters
    Name Description
    TObject

    Constructors

    SharedUObject()

    Declaration
    public SharedUObject()

    SharedUObject(TObject)

    Declaration
    public SharedUObject(TObject value)
    Parameters
    Type Name Description
    TObject value

    Methods

    Bind(IVariable<Object>)

    Declaration
    public void Bind(IVariable<Object> other)
    Parameters
    Type Name Description
    IVariable<Object> other

    Bind(SharedVariable)

    Declaration
    public override void Bind(SharedVariable other)
    Parameters
    Type Name Description
    SharedVariable other
    Overrides
    Ceres.Graph.SharedVariable<TObject>.Bind(Ceres.Graph.SharedVariable)

    CloneT()

    Declaration
    protected override SharedVariable<TObject> CloneT()
    Returns
    Type Description
    SharedVariable<TObject>
    Overrides
    Ceres.Graph.SharedVariable<TObject>.CloneT()

    Explicit Interface Implementations

    IVariable<Object>.Value

    Declaration
    Object IVariable<Object>.Value { get; set; }
    Returns
    Type Description
    Object

    Implements

    System.ICloneable
    System.IDisposable
    IVariable<T>
    IVariable<T>
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX