C# Class persistence.SparePart

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: TelerikAcademy/QA-Academy Class Usage Examples

Private Properties

Свойство Type Description
OnIsActiveChanged void
OnIsActiveChanging void
OnNameChanged void
OnNameChanging void
OnPartIdChanged void
OnPartIdChanging void
OnPriceChanged void
OnPriceChanging void

Méthodes publiques

Méthode Description
CreateSparePart ( global partId, global name, global price, global isActive ) : SparePart

Create a new SparePart object.

Private Methods

Méthode Description
OnIsActiveChanged ( ) : void
OnIsActiveChanging ( global value ) : void
OnNameChanged ( ) : void
OnNameChanging ( global value ) : void
OnPartIdChanged ( ) : void
OnPartIdChanging ( global value ) : void
OnPriceChanged ( ) : void
OnPriceChanging ( global value ) : void

Method Details

CreateSparePart() public static méthode

Create a new SparePart object.
public static CreateSparePart ( global partId, global name, global price, global isActive ) : SparePart
partId global Initial value of the PartId property.
name global Initial value of the Name property.
price global Initial value of the Price property.
isActive global Initial value of the IsActive property.
Résultat SparePart