C# Class Connectster.Shopify.ShopifyProduct

Inheritance: IShopifyProduct, IShopifyObject
显示文件 Open project: shopster/NconnectSter Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

ShopifyProduct() public method

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

ShopifyProduct() public method

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
return System

ShopifyProduct() public method

public ShopifyProduct ( string productType, string vendor, string title ) : System
productType string
vendor string
title string
return System

ShouldSerializeId() public method

public ShouldSerializeId ( ) : bool
return bool

ShouldSerializeImages() public method

public ShouldSerializeImages ( ) : bool
return bool

ShouldSerializeOptions() public method

public ShouldSerializeOptions ( ) : bool
return bool

ShouldSerializePublishedAt() public method

public ShouldSerializePublishedAt ( ) : bool
return bool

ShouldSerializeUpdatedAt() public method

public ShouldSerializeUpdatedAt ( ) : bool
return bool

ShouldSerializeVariants() public method

public ShouldSerializeVariants ( ) : bool
return bool