C# Class FT.Data.ItemCategory

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

Private Properties

Свойство Type Description
OnCategoryIdChanged void
OnCategoryIdChanging void
OnItemCategoryIdChanged void
OnItemCategoryIdChanging void
OnItemIdChanged void
OnItemIdChanging void
OnItemTypeChanged void
OnItemTypeChanging void

Méthodes publiques

Méthode Description
CreateItemCategory ( global itemId, global itemType, global categoryId, global itemCategoryId ) : ItemCategory

Create a new ItemCategory object.

Private Methods

Méthode Description
OnCategoryIdChanged ( ) : void
OnCategoryIdChanging ( global value ) : void
OnItemCategoryIdChanged ( ) : void
OnItemCategoryIdChanging ( global value ) : void
OnItemIdChanged ( ) : void
OnItemIdChanging ( global value ) : void
OnItemTypeChanged ( ) : void
OnItemTypeChanging ( global value ) : void

Method Details

CreateItemCategory() public static méthode

Create a new ItemCategory object.
public static CreateItemCategory ( global itemId, global itemType, global categoryId, global itemCategoryId ) : ItemCategory
itemId global Initial value of the ItemId property.
itemType global Initial value of the ItemType property.
categoryId global Initial value of the CategoryId property.
itemCategoryId global Initial value of the ItemCategoryId property.
Résultat ItemCategory