Click or drag to resize

CoreApiProxyUpdateResourceProperties Method

Gets a resource description property overrides from database for module.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void UpdateResourceProperties(
	Dictionary<string, string> propertyOverrides,
	string resourceName,
	string moduleName
)

Parameters

propertyOverrides
Type: System.Collections.GenericDictionaryString, String
List of property overrides.
resourceName
Type: SystemString
Resource name.
moduleName
Type: SystemString
Module name.

Implements

ICoreApiUpdateResourceProperties(DictionaryString, String, String, String)
See Also