Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.YetaWFComponentBaseStartup Class

Locates all available components, views and pages.

An instance of this class is instantiated by the framework during application startup and the InitializeApplicationStartupAsync method is called to locate all available components, views and pages.

Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Inheritance

Syntax

public class YetaWFComponentBaseStartup : YetaWF.Core.Support.IInitializeApplicationStartup;

Constructors

PublicYetaWFComponentBaseStartupConstructor.

Fields

PublicStaticCONTROLLERPREPROCESSMETHOD(not specified)

Methods

PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicStaticGetComponentsDisplayReturns a dictionary of available display components.
PublicStaticGetComponentsEditReturns a dictionary of available edit components.
PublicStaticGetComponentsWithControllerPreprocessActionReturns a dictionary of components that have a controller preprocessor action.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicStaticGetPagesReturns a dictionary of available pages.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicStaticGetViewsReturns a dictionary of available views.
PublicInitializeApplicationStartupAsyncCalled during application startup.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.Core Overview