C# 클래스 indice.Edi.Serialization.ReadQueueExtensions

파일 보기 프로젝트 열기: indice-co/EDI.Net

공개 메소드들

메소드 설명
ContainsPath ( this queue, string path ) : bool
ReadAsDecimal ( this queue, string path, Picture picture, char decimalMark ) : decimal?
ReadAsInt32 ( this queue, string path, CultureInfo culture = null ) : int?
ReadAsString ( this queue, string path ) : string

메소드 상세

ContainsPath() 공개 정적인 메소드

public static ContainsPath ( this queue, string path ) : bool
queue this
path string
리턴 bool

ReadAsDecimal() 공개 정적인 메소드

public static ReadAsDecimal ( this queue, string path, Picture picture, char decimalMark ) : decimal?
queue this
path string
picture Picture
decimalMark char
리턴 decimal?

ReadAsInt32() 공개 정적인 메소드

public static ReadAsInt32 ( this queue, string path, CultureInfo culture = null ) : int?
queue this
path string
culture System.Globalization.CultureInfo
리턴 int?

ReadAsString() 공개 정적인 메소드

public static ReadAsString ( this queue, string path ) : string
queue this
path string
리턴 string