C# 클래스 VelocityDbSchema.Woman

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

공개 메소드들

메소드 설명
ToString ( ) : string
Woman ( ) : System
Woman ( Person spouse, Person bestFriend ) : System
Woman ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Woman() 공개 메소드

public Woman ( ) : System
리턴 System

Woman() 공개 메소드

public Woman ( Person spouse, Person bestFriend ) : System
spouse Person
bestFriend Person
리턴 System

Woman() 공개 메소드

public Woman ( string firstName, string lastName, UInt16 age, long ssn, Person bestFriend, Person spouse ) : System
firstName string
lastName string
age System.UInt16
ssn long
bestFriend Person
spouse Person
리턴 System