C# 클래스 VelocityDbSchema.Man

상속: Person
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 메소드들

메소드 설명
Man ( ) : System
Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
Man ( string firstName, string lastName, UInt16 age, long ssn, System.DateTime birthday, Person bestFriend = null, Person spouse = null ) : System

메소드 상세

Man() 공개 메소드

public Man ( ) : System
리턴 System

Man() 공개 메소드

public Man ( Person spouse, Person bestFriend, System.DateTime birthday ) : System
spouse Person
bestFriend Person
birthday System.DateTime
리턴 System

Man() 공개 메소드

public Man ( string firstName, string lastName, UInt16 age, long ssn, System.DateTime birthday, Person bestFriend = null, Person spouse = null ) : System
firstName string
lastName string
age System.UInt16
ssn long
birthday System.DateTime
bestFriend Person
spouse Person
리턴 System