C# Class IvtLibrary.Keyword

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
CreateKeyword ( global id, global name ) : Keyword

Create a new Keyword object.

Private Methods

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

Method Details

CreateKeyword() public static method

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