Interface IModelController
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Interfaces.dll
Syntax
public interface IModelController : IDisposable
Properties
Disposed
Declaration
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