C# 클래스 VelocityDbSchema.Samples.AllSupportedSample.Pet

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

공개 프로퍼티들

프로퍼티 타입 설명
friends List

공개 메소드들

메소드 설명
Pet ( ) : System
Pet ( string aName, short anAge ) : System

메소드 상세

Pet() 공개 메소드

public Pet ( ) : System
리턴 System

Pet() 공개 메소드

public Pet ( string aName, short anAge ) : System
aName string
anAge short
리턴 System

프로퍼티 상세

friends 공개적으로 프로퍼티

public List friends
리턴 List