Interface IApplicationObject<TApplication>
- Namespace
- CarinaStudio
- Assembly
- CarinaStudio.AppBase.Application.dll
Object which belongs to specific type of IApplication.
public interface IApplicationObject<out TApplication> : IApplicationObject, IThreadDependent, ISynchronizable where TApplication : class, IApplication
Type Parameters
TApplication
Type of application.
- Inherited Members
- Extension Methods
Properties
Application
Get IApplication which object belongs to.
TApplication Application { get; }
Property Value
- TApplication