C# Class IvtLibrary.Theme

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
OndescriptionChanged void
OndescriptionChanging void
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Public Methods

Method Description
CreateTheme ( global id, global name ) : Theme

Create a new Theme object.

Private Methods

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

Method Details

CreateTheme() public static method

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