C# Class AccidentalFish.ApplicationSupport.Core.Components.AbstractApplicationComponent

Abstract class for describing a component. Implementations of this class should be annotated with the ComponentIdentityAttribute.
Inheritance: IApplicationComponent
Datei anzeigen Open project: JamesRandall/AccidentalFish.ApplicationSupport

Protected Methods

Method Description
AbstractApplicationComponent ( ) : System

Constructor

Method Details

AbstractApplicationComponent() protected method

Constructor
protected AbstractApplicationComponent ( ) : System
return System