Table of Contents

Interface IPersistedElement

Namespace
Gemini.Framework
Assembly
Gemini.dll
public interface IPersistedElement

Properties

FileName

string FileName { get; }

Property Value

string

FilePath

string FilePath { get; }

Property Value

string

IsDirty

bool IsDirty { get; }

Property Value

bool

IsNew

bool IsNew { get; }

Property Value

bool

Methods

Load(string)

Task Load(string filePath)

Parameters

filePath string

Returns

Task

New(string)

Task New(string fileName)

Parameters

fileName string

Returns

Task

Save(string)

Task Save(string filePath)

Parameters

filePath string

Returns

Task