Hide

YetaWF.ComponentsHTML Package Documentation

Display
Print

YetaWF.Modules.ComponentsHTML.CoreRendering Class

The CoreRendering class implements the YetaWF.Core.Components.IYetaWFCoreRendering interface required by YetaWF for component and view rendering.

This class installs the component and view rendering support in the framework class YetaWF.Core.Components.YetaWFCoreRendering during application startup.

Namespace: YetaWF.Modules.ComponentsHTML
Assembly: YetaWF.ComponentsHTML

Inheritance

Syntax

public class CoreRendering : YetaWF.Core.Support.IInitializeApplicationStartup,
    YetaWF.Core.Components.IYetaWFCoreRendering;

Constructors

PublicCoreRenderingConstructor.

Methods

PublicAddFormsAddOnsAsyncAdds any form-specific addons for the current page that are required by the package rendering components and views.
PublicAddPopupsAddOnsAsyncAdds any popup-specific addons for the current page that are required by the package rendering components and views.
PublicAddSkinAddOnsAsyncAdds any skin-specific addons for the current page that are required by the package rendering components and views.
PublicAddStandardAddOnsAsyncAdds any addons that are required by the package rendering components and views.
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.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicGetImplementingPackageReturns the package that implements the YetaWF.Core.Components.IYetaWFCoreRendering interface.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
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.
PublicRenderFormButtonAsyncRenders a form button.
PublicRenderModuleActionAsyncRenders a module action.
PublicRenderModuleLinksAsyncRenders module links.
PublicRenderModuleMenuAsyncRenders a complete module menu.
PublicRenderViewAsyncRenders a view.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.

See Also YetaWF.ComponentsHTML PackageYetaWF.Core