C# Class Catel.Data.SuspensionContext

Suspension context that can track properties during a suspension period.
Afficher le fichier Open project: Catel/Catel Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string propertyName ) : void

Adds the specified property name to the suspension context.

Decrement ( ) : void

Decrements this instance.

Increment ( ) : void

Increments this instance.

Method Details

Add() public méthode

Adds the specified property name to the suspension context.
public Add ( string propertyName ) : void
propertyName string Name of the property. If null, this will be converted to string.Empty.
Résultat void

Decrement() public méthode

Decrements this instance.
public Decrement ( ) : void
Résultat void

Increment() public méthode

Increments this instance.
public Increment ( ) : void
Résultat void