918博天堂

Server : Microsoft-IIS/10.0
System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586
User : jxgj ( 0)
PHP Version : 7.0.33
Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server
Directory :  D:/tmp_aspnet/root/87401a0c/944f02a0/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : D:/tmp_aspnet/root/87401a0c/944f02a0/App_Code.47dq259y.30.cs
?#pragma checksum "D:\wwwroot\cnhbclw\wwwroot\App_Code\Advertisement\Advertisement\Model\AdItiem.cs" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "B4739FC1747F10C1D5A2E0C4B3F99A17"

#line 1 "D:\wwwroot\cnhbclw\wwwroot\App_Code\Advertisement\Advertisement\Model\AdItiem.cs"
using System;
using System.Data;

namespace Model.Ad
{
/// <summary>
/// 增长告白的集中
/// </summary>

public class AdItiem
{
    public AdItiem() { }
    /// <summary>
    /// 初始化告白集中的值
    /// </summary>
    ///<param name="adHeight">告白高度</param>
    /// <param name="adWidth">告白宽度</param>
    ///<param name="adrees">告白默认链接地址</param>
    ///<param name="id">告白位id号</param>
    ///<param name="startTime">告白投铺起头功夫</param>
    ///<param name="endTime">告白投放实现功夫</param>
    ///<param name="imgageAdrees">告白图片默认链接地址</param>
    ///<param name="name">告白名称</param>
    ///<param name="type">告白类型</param>
    ///<param name="mark">价值</param>
    ///<param name="page">地点的页面</param>
	public AdItiem(string type,int id,string name,string adrees,string imageAdrees,DateTime startTime,DateTime endTime,int adHeight,int adWidth,decimal mark,string page)
	{
        this._type = type;
        this._id = id;
        this._name = name;
        this._adrees = adrees;
        this._imageAdrees = imageAdrees;
        this._startTime = startTime;
        this._endTime = endTime;
        this._adWidth = adWidth;
        this._adHeight = adHeight;
        this._mark = mark;
        this._page = page;
   
	}
    private string _type;
    private int _id;
    private string _name;
    private string _adrees;
    private string _imageAdrees;
    private DateTime _startTime;
    private DateTime _endTime;
    private int _adHeight;
    private int _adWidth;
    private decimal _mark;
    private string _page;

    #region //属性
    /// <summary>
    /// 告白类型
    /// </summary>
    public  string Type 
    {
        get { return _type; }
        set { _type = value; }
    }
    /// <summary>
    /// 告白ID
    /// </summary>
    public int Id 
    {
        get { return _id; }
        set { _id = value; }
    }
    /// <summary>
    /// 告白名称
    /// </summary>
    public string Name 
    {
        get { return _name; }
        set { _name = value; }
    }
    /// <summary>
    ///默认链接地址
    /// </summary>
    public string Adrees 
    {
        get { return _adrees; }
        set { _adrees = value; }
    }
    /// <summary>
    /// 图片默认链接地址
    /// </summary>
    public string IamgeAdress 
    {
        get { return _imageAdrees; }
        set { _imageAdrees = value; }
    }
    /// <summary>
    /// 投铺起头日期
    /// </summary>
    public DateTime  StartTime 
    {
        get { return _startTime; }
        set { _startTime = value; }
    }
    /// <summary>
    /// 投放实现日期
    /// </summary>
    public DateTime EndTime 
    {
        get { return _endTime; }
        set { _endTime = value; }
    }
 
    /// <summary>
    /// 图片高度
    /// </summary>
    public int AdHeight 
    {
        get { return _adHeight; }
        set {_adHeight = value; }
    }
    /// <summary>
    /// 图片宽度
    /// </summary>
    public int AdWidth 
    {
        get { return _adWidth; }
        set { _adWidth = value; }
    }
    /// <summary>
    /// 价值
    /// </summary>
    public decimal Mark 
    {
        get { return _mark; }
        set { _mark = value; }
    }
    /// <summary>
    /// 地点的页面
    /// </summary>
    public string Page 
    {
        get { return _page; }
        set { _page = value; }
    }
  
    #endregion 
}
}

#line default
#line hidden