C# 클래스 FinalProject.Models.Software_Requirement

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: Ider/SU-Courses 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CreateSoftware_Requirement ( global id, global title, global createddate, global platform ) : Software_Requirement

Create a new Software_Requirement object.

Software_Requirement ( ) : System.Data.Linq

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CreateSoftware_Requirement() 공개 정적인 메소드

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.
리턴 Software_Requirement

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void

Software_Requirement() 공개 메소드

public Software_Requirement ( ) : System.Data.Linq
리턴 System.Data.Linq