C# Class Connectster.Shopify.ShopifyProduct

Inheritance: IShopifyProduct, IShopifyObject
Afficher le fichier Open project: shopster/NconnectSter Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Required for XMLSerializer. Do Not Use.
public ShopifyProduct ( ) : System
Résultat System

ShopifyProduct() public méthode

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
Résultat System

ShopifyProduct() public méthode

public ShopifyProduct ( string productType, string vendor, string title ) : System
productType string
vendor string
title string
Résultat System

ShouldSerializeId() public méthode

public ShouldSerializeId ( ) : bool
Résultat bool

ShouldSerializeImages() public méthode

public ShouldSerializeImages ( ) : bool
Résultat bool

ShouldSerializeOptions() public méthode

public ShouldSerializeOptions ( ) : bool
Résultat bool

ShouldSerializePublishedAt() public méthode

public ShouldSerializePublishedAt ( ) : bool
Résultat bool

ShouldSerializeUpdatedAt() public méthode

public ShouldSerializeUpdatedAt ( ) : bool
Résultat bool

ShouldSerializeVariants() public méthode

public ShouldSerializeVariants ( ) : bool
Résultat bool