Show / Hide Table of Contents

Interface IModelController

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IModelController : IDisposable

Properties

Disposed

Declaration
bool Disposed { get; }
Property Value
Type Description
System.Boolean

Enable

Declaration
bool Enable { get; set; }
Property Value
Type Description
System.Boolean

FileName

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

Name

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

Methods

SetInfo(Object)

Declaration
bool SetInfo(object info)
Parameters
Type Name Description
System.Object info
Returns
Type Description
System.Boolean

Events

OnEnabledChanged

Declaration
event EventHandler OnEnabledChanged
Event Type
Type Description
System.EventHandler

OnNameChanged

Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type
Type Description
System.EventHandler<NameChangedEventArgs>
Back to top Generated by DocFX