C# 클래스 SANTA.Datatype.CaliberUnit

A structure for possible units of caliber.
파일 보기 프로젝트 열기: siegleal/iSanta

공개 프로퍼티들

프로퍼티 타입 설명
caliberUnitID int
unitName String
unitsPerInch double

공개 메소드들

메소드 설명
CaliberUnit ( ) : System

Constructs an empty caliber unit, effectively null.

CaliberUnit ( int caliberUnitID, String unitName, double unitsPerInch ) : System

Constructs a caliber unit.

메소드 상세

CaliberUnit() 공개 메소드

Constructs an empty caliber unit, effectively null.
public CaliberUnit ( ) : System
리턴 System

CaliberUnit() 공개 메소드

Constructs a caliber unit.
public CaliberUnit ( int caliberUnitID, String unitName, double unitsPerInch ) : System
caliberUnitID int The database ID for the caliber unit.
unitName String The name of the unit (cal., in., mm., etc.).
unitsPerInch double The number of caliber units that are in one inch /// for type conversion purposes.
리턴 System

프로퍼티 상세

caliberUnitID 공개적으로 프로퍼티

The database ID for the caliber unit.
public int caliberUnitID
리턴 int

unitName 공개적으로 프로퍼티

The name of the unit (cal., in., mm., etc.).
public String unitName
리턴 String

unitsPerInch 공개적으로 프로퍼티

The number of caliber units that are in one inch for type conversion purposes.
public double unitsPerInch
리턴 double