Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Rock
Data
RouteAttribute
C# Class Rock.Data.RouteAttribute
Inheritance:
System.ComponentModel.DataAnnotations.ValidationAttribute
Exibir arquivo
Open project: NewSpring/Rock
Public Methods
Method
Description
IsValid
(
object
value
) :
bool
Determines whether the specified value of the object is valid.
Method Details
IsValid()
public
method
Determines whether the specified value of the object is valid.
public
IsValid
(
object
value
) :
bool
value
object
The value of the object to validate.
return
bool