C# 클래스 Ventata.Client.API.Stores

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

공개 메소드들

메소드 설명
Create ( VentataStore store ) : VentataStore
Delete ( System.Guid VentataStoreId ) : bool
Get ( System.Guid VentataStoreId ) : VentataStore
Stores ( System.Guid CompanyAPIKey ) : System
Update ( VentataStore store ) : VentataStore

메소드 상세

Create() 공개 메소드

public Create ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
리턴 Domain.External.VentataStore

Delete() 공개 메소드

public Delete ( System.Guid VentataStoreId ) : bool
VentataStoreId System.Guid
리턴 bool

Get() 공개 메소드

public Get ( System.Guid VentataStoreId ) : VentataStore
VentataStoreId System.Guid
리턴 Domain.External.VentataStore

Stores() 공개 메소드

public Stores ( System.Guid CompanyAPIKey ) : System
CompanyAPIKey System.Guid
리턴 System

Update() 공개 메소드

public Update ( VentataStore store ) : VentataStore
store Domain.External.VentataStore
리턴 Domain.External.VentataStore