C# Class IvtLibrary.Keyword

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

Private Properties

Свойство Type Description
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void

Méthodes publiques

Méthode Description
CreateKeyword ( global id, global name ) : Keyword

Create a new Keyword object.

Private Methods

Méthode Description
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void

Method Details

CreateKeyword() public static méthode

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.
Résultat Keyword