C# 클래스 Kooboo.Commerce.Shipping.UPS.UPSSettings

파일 보기 프로젝트 열기: Kooboo/Ecommerce 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( string json ) : UPSSettings
LoadFrom ( ISettingService service ) : UPSSettings
Save ( ISettingService service ) : void
Serialize ( ) : string

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( string json ) : UPSSettings
json string
리턴 UPSSettings

LoadFrom() 공개 정적인 메소드

public static LoadFrom ( ISettingService service ) : UPSSettings
service ISettingService
리턴 UPSSettings

Save() 공개 메소드

public Save ( ISettingService service ) : void
service ISettingService
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : string
리턴 string