C# Class IvtLibrary.FileResearch

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
Oncontent_typeChanged void
Oncontent_typeChanging void
OndataChanged void
OndataChanging void
OnidChanged void
OnidChanging void
OnnameChanged void
OnnameChanging void
Onresearch_idChanged void
Onresearch_idChanging void
Ontype_idChanged void
Ontype_idChanging void
OnversionChanged void
OnversionChanging void

Méthodes publiques

Méthode Description
CreateFileResearch ( global id, global name, global content_type, global data, global version, global research_id ) : FileResearch

Create a new FileResearch object.

Private Methods

Méthode Description
Oncontent_typeChanged ( ) : void
Oncontent_typeChanging ( global value ) : void
OndataChanged ( ) : void
OndataChanging ( global value ) : void
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnnameChanged ( ) : void
OnnameChanging ( global value ) : void
Onresearch_idChanged ( ) : void
Onresearch_idChanging ( global value ) : void
Ontype_idChanged ( ) : void
Ontype_idChanging ( Nullable value ) : void
OnversionChanged ( ) : void
OnversionChanging ( global value ) : void

Method Details

CreateFileResearch() public static méthode

Create a new FileResearch object.
public static CreateFileResearch ( global id, global name, global content_type, global data, global version, global research_id ) : FileResearch
id global Initial value of the id property.
name global Initial value of the name property.
content_type global Initial value of the content_type property.
data global Initial value of the data property.
version global Initial value of the version property.
research_id global Initial value of the research_id property.
Résultat FileResearch