C# Class Catel.Data.SuspensionContext

Suspension context that can track properties during a suspension period.
Show file Open project: Catel/Catel Class Usage Examples

Public Methods

Method 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 method

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.
return void

Decrement() public method

Decrements this instance.
public Decrement ( ) : void
return void

Increment() public method

Increments this instance.
public Increment ( ) : void
return void