C# Class Sitecore.Support.Data.SqlServer.LoggingSqlServerDataProvider

Inheritance: SqlServerDataProvider
Afficher le fichier Open project: SitecoreSupport/Sitecore.Support.LoggingSqlServerDataProvider

Private Properties

Свойство Type Description
FillList void
GetItemText string
LogMessage void

Méthodes publiques

Méthode Description
CreateItem ( [ itemID, [ itemName, [ templateID, [ parent, [ context ) : bool
DeleteItem ( [ itemDefinition, [ context ) : bool
LoggingSqlServerDataProvider ( [ connectionString ) : System
RemoveBlobStream ( System.Guid blobId, [ context ) : bool
RemoveVersion ( [ itemDefinition, [ version, [ context ) : bool
RemoveVersions ( [ itemDefinition, [ language, bool removeSharedData, [ context ) : bool
SaveItem ( [ itemDefinition, [ changes, [ context ) : bool
UpdateFieldValues ( [ fieldId, [ updateFunction, bool skipEmpty ) : int

Méthodes protégées

Méthode Description
RemoveFields ( [ itemId, [ language, [ version ) : void

Private Methods

Méthode Description
FillList ( [ value, [ list ) : void
GetItemText ( [ itemId ) : string
LogMessage ( [ keywordWhiteList, [ message ) : void

Method Details

CreateItem() public méthode

public CreateItem ( [ itemID, [ itemName, [ templateID, [ parent, [ context ) : bool
itemID [
itemName [
templateID [
parent [
context [
Résultat bool

DeleteItem() public méthode

public DeleteItem ( [ itemDefinition, [ context ) : bool
itemDefinition [
context [
Résultat bool

LoggingSqlServerDataProvider() public méthode

public LoggingSqlServerDataProvider ( [ connectionString ) : System
connectionString [
Résultat System

RemoveBlobStream() public méthode

public RemoveBlobStream ( System.Guid blobId, [ context ) : bool
blobId System.Guid
context [
Résultat bool

RemoveFields() protected méthode

protected RemoveFields ( [ itemId, [ language, [ version ) : void
itemId [
language [
version [
Résultat void

RemoveVersion() public méthode

public RemoveVersion ( [ itemDefinition, [ version, [ context ) : bool
itemDefinition [
version [
context [
Résultat bool

RemoveVersions() public méthode

public RemoveVersions ( [ itemDefinition, [ language, bool removeSharedData, [ context ) : bool
itemDefinition [
language [
removeSharedData bool
context [
Résultat bool

SaveItem() public méthode

public SaveItem ( [ itemDefinition, [ changes, [ context ) : bool
itemDefinition [
changes [
context [
Résultat bool

UpdateFieldValues() public méthode

public UpdateFieldValues ( [ fieldId, [ updateFunction, bool skipEmpty ) : int
fieldId [
updateFunction [
skipEmpty bool
Résultat int