YetaWF.DataProvider.ModuleDefinition Package Documentation

Display
Print

YetaWF.DataProvider.GenericModuleDefinitionDataProviderImpl Class

This class is used to install the required module repository support during application startup, by setting properties in the static class YetaWF.Core.IO.Module.

This class should not be instantiated and has no callable methods.

Namespace: YetaWF.DataProvider
Assembly: YetaWF.DataProvider.ModuleDefinition

Inheritance

Syntax

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

Constructors

PublicGenericModuleDefinitionDataProviderImplConstructor.

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.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInitializeApplicationStartupAsyncCalled during application startup. Installs all required methods to load/save/retrieve modules.
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.DataProvider.ModuleDefinitionYetaWF.Core