C# 클래스 IBE.Enums_and_Utility_Classes.CsvRow

파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuyPrice Decimal
Cargo Decimal
CommodityName String
DataSource String
Demand Decimal
DemandLevel String
SampleDate System.DateTime
SellPrice Decimal
SourceFileName String
StationID String
StationName String
Supply Decimal
SupplyLevel String
SystemName String

공개 메소드들

메소드 설명
CsvRow ( ) : System

default constructor

CsvRow ( String CsvString ) : System

constructor with initial values from csv row

FromString ( String CsvString ) : void

converts a csv row to classobject CsvRow

ToString ( ) : String

메소드 상세

CsvRow() 공개 메소드

default constructor
public CsvRow ( ) : System
리턴 System

CsvRow() 공개 메소드

constructor with initial values from csv row
public CsvRow ( String CsvString ) : System
CsvString String
리턴 System

FromString() 공개 메소드

converts a csv row to classobject CsvRow
public FromString ( String CsvString ) : void
CsvString String
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

BuyPrice 공개적으로 프로퍼티

public Decimal BuyPrice
리턴 Decimal

Cargo 공개적으로 프로퍼티

public Decimal Cargo
리턴 Decimal

CommodityName 공개적으로 프로퍼티

public String CommodityName
리턴 String

DataSource 공개적으로 프로퍼티

public String DataSource
리턴 String

Demand 공개적으로 프로퍼티

public Decimal Demand
리턴 Decimal

DemandLevel 공개적으로 프로퍼티

public String DemandLevel
리턴 String

SampleDate 공개적으로 프로퍼티

public DateTime,System SampleDate
리턴 System.DateTime

SellPrice 공개적으로 프로퍼티

public Decimal SellPrice
리턴 Decimal

SourceFileName 공개적으로 프로퍼티

public String SourceFileName
리턴 String

StationID 공개적으로 프로퍼티

public String StationID
리턴 String

StationName 공개적으로 프로퍼티

public String StationName
리턴 String

Supply 공개적으로 프로퍼티

public Decimal Supply
리턴 Decimal

SupplyLevel 공개적으로 프로퍼티

public String SupplyLevel
리턴 String

SystemName 공개적으로 프로퍼티

public String SystemName
리턴 String