C# Class Connectster.Shopify.ShopifyVariant

Show file Open project: shopster/NconnectSter Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

DO NOT USE. Required for XML Serialization.
public ShopifyVariant ( ) : System
return System

ShopifyVariant() public method

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

ShouldSerializeInventoryManagement() public method

public ShouldSerializeInventoryManagement ( ) : bool
return bool

ShouldSerializeOption2() public method

public ShouldSerializeOption2 ( ) : bool
return bool

ShouldSerializeOption3() public method

public ShouldSerializeOption3 ( ) : bool
return bool

ShouldSerializeSku() public method

public ShouldSerializeSku ( ) : bool
return bool