C# 클래스 Rebel.Framework.Data.Common.BasicConcurrencyToken

Represents a basic concurrency token using a serialised datestamp
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
FromTimeSpan ( System.TimeSpan timeSpan ) : BasicConcurrencyToken

Generates a new BasicConcurrencyToken from a TimeSpan

메소드 상세

FromTimeSpan() 공개 정적인 메소드

Generates a new BasicConcurrencyToken from a TimeSpan
public static FromTimeSpan ( System.TimeSpan timeSpan ) : BasicConcurrencyToken
timeSpan System.TimeSpan The time span.
리턴 BasicConcurrencyToken