C# Class FinalProject.Models.Software_Requirement

Inheritance: System.Data.Objects.DataClasses.EntityObject
Datei anzeigen Open project: Ider/SU-Courses Class Usage Examples

Private Properties

Property Type Description
OnCreated void
OnLoaded void
OnValidate void
OncreateddateChanged void
OncreateddateChanging void
OncreateddateChanging void
OndescriptionChanged void
OndescriptionChanging void
OndescriptionChanging void
OnidChanged void
OnidChanging void
OnidChanging void
OnplatformChanged void
OnplatformChanging void
OnplatformChanging void
OntitleChanged void
OntitleChanging void
OntitleChanging void
attach_Package_Softwares void
detach_Package_Softwares void

Public Methods

Method Description
CreateSoftware_Requirement ( global id, global title, global createddate, global platform ) : Software_Requirement

Create a new Software_Requirement object.

Software_Requirement ( ) : System.Data.Linq

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
OnCreated ( ) : void
OnLoaded ( ) : void
OnValidate ( System action ) : void
OncreateddateChanged ( ) : void
OncreateddateChanging ( System value ) : void
OncreateddateChanging ( global value ) : void
OndescriptionChanged ( ) : void
OndescriptionChanging ( global value ) : void
OndescriptionChanging ( string value ) : void
OnidChanged ( ) : void
OnidChanging ( global value ) : void
OnidChanging ( int value ) : void
OnplatformChanged ( ) : void
OnplatformChanging ( global value ) : void
OnplatformChanging ( string value ) : void
OntitleChanged ( ) : void
OntitleChanging ( global value ) : void
OntitleChanging ( string value ) : void
attach_Package_Softwares ( Package_Software entity ) : void
detach_Package_Softwares ( Package_Software entity ) : void

Method Details

CreateSoftware_Requirement() public static method

Create a new Software_Requirement object.
public static CreateSoftware_Requirement ( global id, global title, global createddate, global platform ) : Software_Requirement
id global Initial value of the id property.
title global Initial value of the title property.
createddate global Initial value of the createddate property.
platform global Initial value of the platform property.
return Software_Requirement

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Software_Requirement() public method

public Software_Requirement ( ) : System.Data.Linq
return System.Data.Linq