Method | Description | |
---|---|---|
CountAsync ( string source = "" ) : Task |
||
CountAsync ( string shopUrl, string accessToken, string source = "" ) : Task |
||
CreateAsync ( string source ) : Task |
||
CreateAsync ( string shopUrl, string accessToken, string source ) : Task |
||
DeleteAsync ( string id ) : Task |
||
DeleteAsync ( string shopUrl, string accessToken, string id ) : Task |
||
GetAllAsync ( string source = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), ScriptTagField fields = ScriptTagField.None, int limit = 50, int page = 1, int idGreaterThan, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task |
||
GetAllAsync ( string shopUrl, string accessToken, string source = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), ScriptTagField fields = ScriptTagField.None, int limit = 50, int page = 1, int idGreaterThan, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task |
||
GetSingleAsync ( string id, ScriptTagField fields = ScriptTagField.None ) : Task |
||
GetSingleAsync ( string shopUrl, string accessToken, string id, ScriptTagField fields = ScriptTagField.None ) : Task |
||
ShopifyScriptTag ( IShopifyClient client ) : System.Text | ||
UpdateAsync ( string id, string source ) : Task |
||
UpdateAsync ( string shopUrl, string accessToken, string id, string source ) : Task |
public CountAsync ( string source = "" ) : Task |
||
source | string | |
return | Task |
public CountAsync ( string shopUrl, string accessToken, string source = "" ) : Task |
||
shopUrl | string | |
accessToken | string | |
source | string | |
return | Task |
public CreateAsync ( string shopUrl, string accessToken, string source ) : Task |
||
shopUrl | string | |
accessToken | string | |
source | string | |
return | Task |
public DeleteAsync ( string shopUrl, string accessToken, string id ) : Task |
||
shopUrl | string | |
accessToken | string | |
id | string | |
return | Task |
public GetAllAsync ( string source = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), ScriptTagField fields = ScriptTagField.None, int limit = 50, int page = 1, int idGreaterThan, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task |
||
source | string | |
createdBefore | System.DateTime | |
createdAfter | System.DateTime | |
fields | ScriptTagField | |
limit | int | |
page | int | |
idGreaterThan | int | |
updatedBefore | System.DateTime | |
updatedAfter | System.DateTime | |
return | Task |
public GetAllAsync ( string shopUrl, string accessToken, string source = "", System.DateTime createdBefore = default(DateTime), System.DateTime createdAfter = default(DateTime), ScriptTagField fields = ScriptTagField.None, int limit = 50, int page = 1, int idGreaterThan, System.DateTime updatedBefore = default(DateTime), System.DateTime updatedAfter = default(DateTime) ) : Task |
||
shopUrl | string | |
accessToken | string | |
source | string | |
createdBefore | System.DateTime | |
createdAfter | System.DateTime | |
fields | ScriptTagField | |
limit | int | |
page | int | |
idGreaterThan | int | |
updatedBefore | System.DateTime | |
updatedAfter | System.DateTime | |
return | Task |
public GetSingleAsync ( string id, ScriptTagField fields = ScriptTagField.None ) : Task |
||
id | string | |
fields | ScriptTagField | |
return | Task |
public GetSingleAsync ( string shopUrl, string accessToken, string id, ScriptTagField fields = ScriptTagField.None ) : Task |
||
shopUrl | string | |
accessToken | string | |
id | string | |
fields | ScriptTagField | |
return | Task |
public ShopifyScriptTag ( IShopifyClient client ) : System.Text | ||
client | IShopifyClient | |
return | System.Text |
public UpdateAsync ( string id, string source ) : Task |
||
id | string | |
source | string | |
return | Task |
public UpdateAsync ( string shopUrl, string accessToken, string id, string source ) : Task |
||
shopUrl | string | |
accessToken | string | |
id | string | |
source | string | |
return | Task |