C# Class FinalProject.Models.Software_Requirement

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: Ider/SU-Courses Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CreateSoftware_Requirement ( global id, global title, global createddate, global platform ) : Software_Requirement

Create a new Software_Requirement object.

Software_Requirement ( ) : System.Data.Linq

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

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.
Résultat Software_Requirement

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Software_Requirement() public méthode

public Software_Requirement ( ) : System.Data.Linq
Résultat System.Data.Linq