Class Book
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.Item
Assembly:UM4RS.dll
Syntax
[Table("Book")]
public class Book : Item, IDisposable, IBaseEntity
Properties
Author
Declaration
public string Author { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Pages
Declaration
public int Pages { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Topic
Declaration
public string Topic { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Year
Declaration
public int Year { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |