C# Class System.ComponentModel.Design.DesignerTransaction

Identifies a transaction within a designer. Transactions are used to wrap serveral changes into one unit of work, which helps performance.
Inheritance: IDisposable
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Cancel ( ) : void
Commit ( ) : void

Méthodes protégées

Méthode Description
DesignerTransaction ( ) : System
DesignerTransaction ( string description ) : System
Dispose ( bool disposing ) : void
OnCancel ( ) : void
OnCommit ( ) : void

Private Methods

Méthode Description
IDisposable ( ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Commit() public méthode

public Commit ( ) : void
Résultat void

DesignerTransaction() protected méthode

protected DesignerTransaction ( ) : System
Résultat System

DesignerTransaction() protected méthode

protected DesignerTransaction ( string description ) : System
description string
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnCancel() protected abstract méthode

protected abstract OnCancel ( ) : void
Résultat void

OnCommit() protected abstract méthode

protected abstract OnCommit ( ) : void
Résultat void