D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\WebControls\ControlInterface.cs
/*
* This file was generated by ProCG version 2.0
*
* File name: Northwind\WebControls\ControlInterface.cs
* Language: C# - ADO.Net
* Database: My Sql
*
* Copyright (c) 2002-2019 iGenXSoft.
* For more information visit http://www.igenxsoft.com
*/
//ProCG Section 1_0_Using - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
using System;
using Northwind.General;
using Northwind.Data;
using System.Collections;
//End ProCG Section 1_0_Using
namespace Northwind.WebControls
{
interface NorthwindControlInterface
{
//ProCG Section 3_0_Body - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
CollectionDataSourceWCC CollectionDataSourceControl { get; }
string CollectionDataSourceControlId { get; set; }
ComboBoxManager ComboBoxManager { get; set; }
CStructData Data { get; }
IStructDataCollection DataCollection { get; }
DataManager DataManager { get; set; }
int Index { get; set; }
int DataIndex { get; }
NorthwindWebEnv WebEnv { get; set; }
string CollectionDataInstanceName { get; set; }
string DataInstanceName { get; set; }
IDictionary DataObjectsContainer { get; set; }
bool KeepDataInSession { get; set; }
void DataChangedByClient();
//int FieldsListType { get; set; }
//End ProCG Section 3_0_Body
//ProCG Section 999_0_EndOfClass - Please do not edit this section, it will be overridden by ProCG next time code is generated; you may add code between sections.
}
}
//End ProCG Section 999_0_EndOfClass
// 1733 ProCG uses this line - don't edit it