C# 클래스 SIL.FieldWorks.Common.RootSites.CollectorEnv.PrevPropCounter

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
GetCount ( int tag ) : int

Gets the count of the previous occurrences of the given property.

Increment ( int tag ) : void

Increments the count of the previous occurrences of the given property.

메소드 상세

GetCount() 공개 메소드

Gets the count of the previous occurrences of the given property.
public GetCount ( int tag ) : int
tag int The tag.
리턴 int

Increment() 공개 메소드

Increments the count of the previous occurrences of the given property.
public Increment ( int tag ) : void
tag int The tag.
리턴 void