Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
bool RemoveRuleFromCustomField(
	AvaliableValidationRules rule,
	string fullName,
	string fieldName,
	bool fromDB
)
Visual Basic
Function RemoveRuleFromCustomField ( _
	rule As AvaliableValidationRules, _
	fullName As String, _
	fieldName As String, _
	fromDB As Boolean _
) As Boolean
Visual C++
bool RemoveRuleFromCustomField(
	AvaliableValidationRules rule, 
	String^ fullName, 
	String^ fieldName, 
	bool fromDB
)

See Also