C# Class Connectster.Shopify.ShopifyVariant

Afficher le fichier Open project: shopster/NconnectSter Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

ShopifyVariant() public méthode

DO NOT USE. Required for XML Serialization.
public ShopifyVariant ( ) : System
Résultat System

ShopifyVariant() public méthode

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

ShouldSerializeInventoryManagement() public méthode

public ShouldSerializeInventoryManagement ( ) : bool
Résultat bool

ShouldSerializeOption2() public méthode

public ShouldSerializeOption2 ( ) : bool
Résultat bool

ShouldSerializeOption3() public méthode

public ShouldSerializeOption3 ( ) : bool
Résultat bool

ShouldSerializeSku() public méthode

public ShouldSerializeSku ( ) : bool
Résultat bool