C# Class IvtLibrary.Scale

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
CreateScale ( global id, global name ) : Scale

Create a new Scale object.

Private Methods

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

Method Details

CreateScale() public static method

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