C# Class IvtLibrary.BookType

Inheritance: System.Data.Entity.Core.Objects.DataClasses.EntityObject
Show file Open project: intervals-mining-lab/ivt-library Class Usage Examples

Private Properties

Property Type Description
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Public Methods

Method Description
CreateBookType ( global id, global name ) : BookType

Create a new BookType object.

Private Methods

Method Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void

Method Details

CreateBookType() public static method

Create a new BookType object.
public static CreateBookType ( global id, global name ) : BookType
id global Initial value of the id property.
name global Initial value of the name property.
return BookType