ITemplateDataValidatorValidate Method |
Validates template data.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax bool Validate(
Dictionary<string, Object> templateData
)
Function Validate (
templateData As Dictionary(Of String, Object)
) As Boolean
bool Validate(
Dictionary<String^, Object^>^ templateData
)
abstract Validate :
templateData : Dictionary<string, Object> -> bool
Parameters
- templateData
- Type: System.Collections.GenericDictionaryString, Object
The template data.
Return Value
Type:
Booleantrue if template data is valid,
false otherwise.
See Also