C# Class KIS.Structure

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: operatie-penguins/Data-Base Class Usage Examples

Private Properties

Property Type Description
OnIDChanged void
OnIDChanging void
OnItemChanged void
OnItemChanging void
OnItemsNumberChanged void
OnItemsNumberChanging void
OnProductChanged void
OnProductChanging void

Public Methods

Method Description
CreateStructure ( global id, global item, global product, global itemsNumber ) : Structure

Create a new Structure object.

Private Methods

Method Description
OnIDChanged ( ) : void
OnIDChanging ( global value ) : void
OnItemChanged ( ) : void
OnItemChanging ( global value ) : void
OnItemsNumberChanged ( ) : void
OnItemsNumberChanging ( global value ) : void
OnProductChanged ( ) : void
OnProductChanging ( global value ) : void

Method Details

CreateStructure() public static method

Create a new Structure object.
public static CreateStructure ( global id, global item, global product, global itemsNumber ) : Structure
id global Initial value of the ID property.
item global Initial value of the Item property.
product global Initial value of the Product property.
itemsNumber global Initial value of the ItemsNumber property.
return Structure