C# 클래스 TheAirline.Models.General.OperatingData

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

Private Properties

프로퍼티 타입 설명
OperatingData System.Collections.Generic

공개 메소드들

메소드 설명
AddOperatingValue ( OperatingValue value ) : void
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetOrderedValues ( string type ) : List
GetTypes ( ) : List
OperatingData ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
OperatingData ( SerializationInfo info, StreamingContext ctxt ) : System.Collections.Generic

메소드 상세

AddOperatingValue() 공개 메소드

public AddOperatingValue ( OperatingValue value ) : void
value OperatingValue
리턴 void

GetObjectData() 공개 메소드

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

GetOrderedValues() 공개 메소드

public GetOrderedValues ( string type ) : List
type string
리턴 List

GetTypes() 공개 메소드

public GetTypes ( ) : List
리턴 List

OperatingData() 공개 메소드

public OperatingData ( ) : System.Collections.Generic
리턴 System.Collections.Generic