Show / Hide Table of Contents

Interface IPersistent

Namespace: Eco.Core.Serialization
Assembly: Eco.Core.dll
Syntax
public interface IPersistent

Properties

Name

Persistent name.

Declaration
string Name { get; }
Property Value
Type Description
System.String

Methods

GetAndEraseName()

Returns current name and erases it as atomic operation.

Declaration
string GetAndEraseName()
Returns
Type Description
System.String

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾