Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Combines the current ModelValidationNode instance with a specified ModelValidationNode instance.
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Sub CombineWith ( _
otherNode As ModelValidationNode _
)
'Usage
Dim instance As ModelValidationNode
Dim otherNode As ModelValidationNode
instance.CombineWith(otherNode)
public void CombineWith(
ModelValidationNode otherNode
)
public:
void CombineWith(
ModelValidationNode^ otherNode
)
member CombineWith :
otherNode:ModelValidationNode -> unit
public function CombineWith(
otherNode : ModelValidationNode
)
Parameters
- otherNode
Type: System.Web.Http.Validation.ModelValidationNode
The model validation node to combine with the current instance.