C# 클래스 EasyFarm.OFX.OfxDocument

OfxDocument Holds the current document pulled in from a stream in the constructor
파일 보기 프로젝트 열기: tophathacker/OFXlib

공개 프로퍼티들

프로퍼티 타입 설명
AccountID string
AccountType string
BankID string
Charset string
Compression string
Data string
Encoding string
EndDate string
NewFileUID string
OfxHeader string
OldFileUID string
Security string
StartDate string
Transactions List
Version string

공개 메소드들

메소드 설명
OfxDocument ( Stream stream ) : System

load in a stream from a FileStream or something similar

메소드 상세

OfxDocument() 공개 메소드

load in a stream from a FileStream or something similar
public OfxDocument ( Stream stream ) : System
stream Stream
리턴 System

프로퍼티 상세

AccountID 공개적으로 프로퍼티

public string AccountID
리턴 string

AccountType 공개적으로 프로퍼티

public string AccountType
리턴 string

BankID 공개적으로 프로퍼티

public string BankID
리턴 string

Charset 공개적으로 프로퍼티

public string Charset
리턴 string

Compression 공개적으로 프로퍼티

public string Compression
리턴 string

Data 공개적으로 프로퍼티

public string Data
리턴 string

Encoding 공개적으로 프로퍼티

public string Encoding
리턴 string

EndDate 공개적으로 프로퍼티

The end date of the selection of transactions
public string EndDate
리턴 string

NewFileUID 공개적으로 프로퍼티

public string NewFileUID
리턴 string

OfxHeader 공개적으로 프로퍼티

public string OfxHeader
리턴 string

OldFileUID 공개적으로 프로퍼티

public string OldFileUID
리턴 string

Security 공개적으로 프로퍼티

public string Security
리턴 string

StartDate 공개적으로 프로퍼티

The start date of the selection of transactions
public string StartDate
리턴 string

Transactions 공개적으로 프로퍼티

public List Transactions
리턴 List

Version 공개적으로 프로퍼티

public string Version
리턴 string