C# Класс Catel.Data.SuspensionContext

Suspension context that can track properties during a suspension period.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( string propertyName ) : void

Adds the specified property name to the suspension context.

Decrement ( ) : void

Decrements this instance.

Increment ( ) : void

Increments this instance.

Описание методов

Add() публичный Метод

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.
Результат void

Decrement() публичный Метод

Decrements this instance.
public Decrement ( ) : void
Результат void

Increment() публичный Метод

Increments this instance.
public Increment ( ) : void
Результат void