C# Class Northwind.EntityFramework.ModelFirst.Categories

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: object/NorthwindOData Class Usage Examples

Private Properties

Свойство Type Description
OnCategoryIDChanged void
OnCategoryIDChanging void
OnCategoryNameChanged void
OnCategoryNameChanging void
OnDescriptionChanged void
OnDescriptionChanging void
OnPictureChanged void
OnPictureChanging void

Méthodes publiques

Méthode Description
CreateCategories ( global categoryID, global categoryName ) : Categories

Create a new Categories object.

Private Methods

Méthode Description
OnCategoryIDChanged ( ) : void
OnCategoryIDChanging ( global value ) : void
OnCategoryNameChanged ( ) : void
OnCategoryNameChanging ( global value ) : void
OnDescriptionChanged ( ) : void
OnDescriptionChanging ( global value ) : void
OnPictureChanged ( ) : void
OnPictureChanging ( global value ) : void

Method Details

CreateCategories() public static méthode

Create a new Categories object.
public static CreateCategories ( global categoryID, global categoryName ) : Categories
categoryID global Initial value of the CategoryID property.
categoryName global Initial value of the CategoryName property.
Résultat Categories