Property | Type | Description |
---|
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, |
||
ShopifyProduct ( string productType, string vendor, string title ) : System | ||
ShouldSerializeId ( ) : bool | ||
ShouldSerializeImages ( ) : bool | ||
ShouldSerializeOptions ( ) : bool | ||
ShouldSerializePublishedAt ( ) : bool | ||
ShouldSerializeUpdatedAt ( ) : bool | ||
ShouldSerializeVariants ( ) : bool |
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, |
||
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 | ||
images | ||
options | ShopifyOption | |
return | System |
public ShopifyProduct ( string productType, string vendor, string title ) : System | ||
productType | string | |
vendor | string | |
title | string | |
return | System |