C# 클래스 Catel.Data.SuspensionContext

Suspension context that can track properties during a suspension period.
파일 보기 프로젝트 열기: Catel/Catel 1 사용 예제들

공개 메소드들

메소드 설명
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