C# Class FT.Data.ItemCategory

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
OnCategoryIdChanged void
OnCategoryIdChanging void
OnItemCategoryIdChanged void
OnItemCategoryIdChanging void
OnItemIdChanged void
OnItemIdChanging void
OnItemTypeChanged void
OnItemTypeChanging void

Public Methods

Method Description
CreateItemCategory ( global itemId, global itemType, global categoryId, global itemCategoryId ) : ItemCategory

Create a new ItemCategory object.

Private Methods

Method 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 method

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.
return ItemCategory