GISA.Controls.ControloAut.ControloAutList.GetPageForItemTag C# (CSharp) Method

GetPageForItemTag() protected method

protected GetPageForItemTag ( object itemTag, int pageNr, IDbConnection connection ) : int
itemTag object
pageNr int
connection IDbConnection
return int
        protected override int GetPageForItemTag(object itemTag, int pageNr, IDbConnection connection)
		{
			var cadRow = (GISADataset.ControloAutDicionarioRow)itemTag;
            return ControloAutRule.Current.GetPageForID(new long[] { cadRow.IDControloAut, cadRow.IDDicionario, cadRow.IDTipoControloAutForma }, pageNr, connection);
		}