D:\NorthwindForWeb\Northwind\CS\DotNet\ADO.Net\Northwind\WebControls\IWebCustomControl.cs
/*
* This file was generated by ProCG version 2.0
*
* File name: Northwind\WebControls\IWebCustomControl.cs
* Language: C# - ADO.Net
* Database: My Sql
*
* Copyright (c) 2002-2019 iGenXSoft.
* For more information visit http://www.igenxsoft.com
*/
using System;
using System.Collections.Generic;
using System.Text;
using Northwind.Data;
using Northwind.General;
namespace Northwind.WebControls
{
public interface IWebCustomControl
{
CStructData StructData
{
get;
set;
}
int FieldNum
{
get;
set;
}
string ID
{
get;
set;
}
string Value
{
get;
set;
}
FieldShowModeEnum FieldShowMode
{
get;
set;
}
int DataRowIndex
{
get;
set;
}
WebCustomeControlPlaceEnum WebCustomeControlPlace
{
get;
set;
}
}
}
// 908 ProCG uses this line - don't edit it