C# 클래스 Connectster.Shopify.ShopifyProduct

상속: IShopifyProduct, IShopifyObject
파일 보기 프로젝트 열기: shopster/NconnectSter 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ShopifyProduct ( ) : System

Required for XMLSerializer. Do Not Use.

ShopifyProduct ( string body, string bodyHtml, System.DateTime created, string handle, int id, string productType, System.DateTime publishedAt, string templateSuffix, string title, System.DateTime updatedAt, string vendor, string tags, ShopifyVariant variants, ShopifyImage images, ShopifyOption options ) : System
ShopifyProduct ( string productType, string vendor, string title ) : System
ShouldSerializeId ( ) : bool
ShouldSerializeImages ( ) : bool
ShouldSerializeOptions ( ) : bool
ShouldSerializePublishedAt ( ) : bool
ShouldSerializeUpdatedAt ( ) : bool
ShouldSerializeVariants ( ) : bool

메소드 상세

ShopifyProduct() 공개 메소드

Required for XMLSerializer. Do Not Use.
public ShopifyProduct ( ) : System
리턴 System

ShopifyProduct() 공개 메소드

public ShopifyProduct ( string body, string bodyHtml, System.DateTime created, string handle, int id, string productType, System.DateTime publishedAt, string templateSuffix, string title, System.DateTime updatedAt, string vendor, string tags, ShopifyVariant variants, ShopifyImage images, ShopifyOption options ) : System
body string
bodyHtml string
created System.DateTime
handle string
id int
productType string
publishedAt System.DateTime
templateSuffix string
title string
updatedAt System.DateTime
vendor string
tags string
variants ShopifyVariant
images ShopifyImage
options ShopifyOption
리턴 System

ShopifyProduct() 공개 메소드

public ShopifyProduct ( string productType, string vendor, string title ) : System
productType string
vendor string
title string
리턴 System

ShouldSerializeId() 공개 메소드

public ShouldSerializeId ( ) : bool
리턴 bool

ShouldSerializeImages() 공개 메소드

public ShouldSerializeImages ( ) : bool
리턴 bool

ShouldSerializeOptions() 공개 메소드

public ShouldSerializeOptions ( ) : bool
리턴 bool

ShouldSerializePublishedAt() 공개 메소드

public ShouldSerializePublishedAt ( ) : bool
리턴 bool

ShouldSerializeUpdatedAt() 공개 메소드

public ShouldSerializeUpdatedAt ( ) : bool
리턴 bool

ShouldSerializeVariants() 공개 메소드

public ShouldSerializeVariants ( ) : bool
리턴 bool