C# 클래스 Connectster.Shopify.ShopifyVariant

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShopifyVariant ( ) : System

DO NOT USE. Required for XML Serialization.

ShopifyVariant ( decimal compareAtPrice, System.DateTime createdAt, string fulfillmentService, int grams, int id, string inventoryManagement, string inventoryPolicy, int inventoryQuantity, string title, string option1, string option2, string option3, int position, decimal price, int productId, bool requiresShipping, string sku, bool taxable, System.DateTime updatedAt ) : System
ShouldSerializeInventoryManagement ( ) : bool
ShouldSerializeOption2 ( ) : bool
ShouldSerializeOption3 ( ) : bool
ShouldSerializeSku ( ) : bool

메소드 상세

ShopifyVariant() 공개 메소드

DO NOT USE. Required for XML Serialization.
public ShopifyVariant ( ) : System
리턴 System

ShopifyVariant() 공개 메소드

public ShopifyVariant ( decimal compareAtPrice, System.DateTime createdAt, string fulfillmentService, int grams, int id, string inventoryManagement, string inventoryPolicy, int inventoryQuantity, string title, string option1, string option2, string option3, int position, decimal price, int productId, bool requiresShipping, string sku, bool taxable, System.DateTime updatedAt ) : System
compareAtPrice decimal
createdAt System.DateTime
fulfillmentService string
grams int
id int
inventoryManagement string
inventoryPolicy string
inventoryQuantity int
title string
option1 string
option2 string
option3 string
position int
price decimal
productId int
requiresShipping bool
sku string
taxable bool
updatedAt System.DateTime
리턴 System

ShouldSerializeInventoryManagement() 공개 메소드

public ShouldSerializeInventoryManagement ( ) : bool
리턴 bool

ShouldSerializeOption2() 공개 메소드

public ShouldSerializeOption2 ( ) : bool
리턴 bool

ShouldSerializeOption3() 공개 메소드

public ShouldSerializeOption3 ( ) : bool
리턴 bool

ShouldSerializeSku() 공개 메소드

public ShouldSerializeSku ( ) : bool
리턴 bool