Click or drag to resize

CoreApiProxyGetResourceDescriptionPropertyOverrides 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 ResourcePropertyOverride[] GetResourceDescriptionPropertyOverrides(
	out int total,
	string moduleName,
	int displayLength,
	int displayStart
)

Parameters

total
Type: SystemInt32
Total number of results.
moduleName
Type: SystemString
Module name.
displayLength
Type: SystemInt32
Number of records.
displayStart
Type: SystemInt32
Index of the first record.

Return Value

Type: ResourcePropertyOverride

[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetResourceDescriptionPropertyOverrides(System.Int32@,System.String,System.Int32,System.Int32)"]

Implements

ICoreApiGetResourceDescriptionPropertyOverrides(Int32, String, Int32, Int32)
See Also