[Missing <summary> documentation for "M:Breeze.Sharp.ValidationError.GetKey(Breeze.Sharp.Validator,System.String)"]
Namespace: Breeze.SharpAssembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
public static string GetKey(
Validator validator,
string propertyPath = null
)
Public Shared Function GetKey (
validator As Validator,
Optional propertyPath As String = Nothing
) As String
public:
static String^ GetKey(
Validator^ validator,
String^ propertyPath = nullptr
)
static member GetKey :
validator : Validator *
?propertyPath : string
(* Defaults:
let _propertyPath = defaultArg propertyPath null
*)
-> string
Parameters
- validator
- Type: Breeze.SharpValidator
- propertyPath (Optional)
- Type: SystemString
Return Value
Type:
String
Reference