C# 클래스 TheAirline.Models.Airlines.FeeType

상속: BaseModel
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FeeType System

공개 메소드들

메소드 설명
FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage ) : System
FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage, int fromYear ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

비공개 메소드들

메소드 설명
FeeType ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

FeeType() 공개 메소드

public FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage ) : System
type EFeeType
name string
defaultValue double
minValue double
maxValue double
percentage int
리턴 System

FeeType() 공개 메소드

public FeeType ( EFeeType type, string name, double defaultValue, double minValue, double maxValue, int percentage, int fromYear ) : System
type EFeeType
name string
defaultValue double
minValue double
maxValue double
percentage int
fromYear int
리턴 System

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void