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

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

공개 프로퍼티들

프로퍼티 타입 설명
color string

공개 메소드들

메소드 설명
Cat ( ) : System
Cat ( string aName, short anAge, string color = "black" ) : System

메소드 상세

Cat() 공개 메소드

public Cat ( ) : System
리턴 System

Cat() 공개 메소드

public Cat ( string aName, short anAge, string color = "black" ) : System
aName string
anAge short
color string
리턴 System

프로퍼티 상세

color 공개적으로 프로퍼티

public string color
리턴 string