Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.DataProvider.DataProviderImpl Class

(not specified)

(not specified)

Namespace: YetaWF.Core.DataProvider
Assembly: YetaWF.Core

Inheritance

Syntax

public abstract class DataProviderImpl : System.IDisposable;

Constructors

This class cannot be instantiated.

Properties

ProtectedDataset(not specified)
ProtectedHaveManager(not specified)
ProtectedManager(not specified)
ProtectedOptions(not specified)
ProtectedPackage(not specified)
ProtectedSiteIdentity(not specified)

Fields

PublicStaticDefaultString(not specified)
PublicStaticIDENTITY_SEED(not specified)
PublicStaticIOModeString(not specified)
PublicStaticRegisteredExternalDataProvidersA collection of registered data providers.

Methods

PublicAddSiteDataAsync(not specified)
ProtectedBuildOptions(not specified)
ProtectedCreateDataProviderIOMode(not specified)
PublicDispose(not specified)
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
PublicExportChunkAsync(not specified)
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicGetDataProvider(not specified)
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicImportChunkAsync(not specified)
PublicInstallModelAsync(not specified)
PublicIsInstalledAsync(not specified)
PublicLocalizeModelAsync(not specified)
ProtectedMakeDataProvider(not specified)
ProtectedMakeExternalDataProviderCreates an external assembly-based data provider.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicStaticRegisterExternalDataProviderRegisters an external data provider, typically called during startup in a class implementing the IExternalDataProvider interface.
PublicRemoveSiteDataAsync(not specified)
PublicStaticSaveImagesAsync(not specified)
ProtectedSetDataProvider(not specified)
PublicStartTransactionStart a transaction with the owning dataprovider and all provided additional dataproviders.
PublicSupportTransactionsUsed when creating a dataprovider whithin StartTransAction().
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicUninstallModelAsync(not specified)

See Also YetaWF.Core Overview