Saturday, January 15, 2011

Book Class


using System;
using System.Collections.Generic;
using System.Web;

///

/// Summary description for book
///

public class book
{
    private int _bookID;
    private string _bookTitle;
    private string _bookAuthor;
    private byte[] _bookImage;
  
  
  

    public byte[] bookImage
    {
        get { return _bookImage; }
        set { _bookImage = value; }
    }

    public string bookTitle
    {
        get { return _bookTitle; }
        set { _bookTitle = value; }
    }
  
    public string bookAuthor
    {
        get { return _bookAuthor; }
        set { _bookAuthor = value; }
    }
  
    public int bookID
    {
        get { return _bookID; }
       set { _bookID = value; }
    }
  
    public book()
{
//
// TODO: Add constructor logic here
//
}



  
}

No comments:

Kendi Çalışmalarım

Kendi Çalışmalarım
2015

Kendi Çalışmalarım

Kendi Çalışmalarım
2015

Kendi Çalışmalarım

Kendi Çalışmalarım
2015

Kendi Çalışmalarım

Kendi Çalışmalarım
2011

Kendi Çalışmalarım

Kendi Çalışmalarım
2009

Kendi Çalışmalarım

Kendi Çalışmalarım
2007

Kendi Çalışmalarım

Kendi Çalışmalarım
2008

Kendi Çalışmalarım

Kendi Çalışmalarım
2015

Kendi Çalışmalarım

Kendi Çalışmalarım
2009