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 |