C# 클래스 VideoRentalService.city

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

Private Properties

프로퍼티 타입 설명
Oncity1Changed void
Oncity1Changing void
Oncity_idChanged void
Oncity_idChanging void
Oncountry_idChanged void
Oncountry_idChanging void
Onlast_updateChanged void
Onlast_updateChanging void

공개 메소드들

메소드 설명
Createcity ( global city_id, global city1, global country_id, global last_update ) : city

Create a new city object.

비공개 메소드들

메소드 설명
Oncity1Changed ( ) : void
Oncity1Changing ( global value ) : void
Oncity_idChanged ( ) : void
Oncity_idChanging ( global value ) : void
Oncountry_idChanged ( ) : void
Oncountry_idChanging ( global value ) : void
Onlast_updateChanged ( ) : void
Onlast_updateChanging ( global value ) : void

메소드 상세

Createcity() 공개 정적인 메소드

Create a new city object.
public static Createcity ( global city_id, global city1, global country_id, global last_update ) : city
city_id global Initial value of the city_id property.
city1 global Initial value of the city1 property.
country_id global Initial value of the country_id property.
last_update global Initial value of the last_update property.
리턴 city