C# Class SIL.FieldWorks.Common.RootSites.CollectorEnv.PrevPropCounter

Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
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.

Method Details

GetCount() public method

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

Increment() public method

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