RecurrenceRuleConverterIsValid Method |
Overloaded. Returns whether the given value object is valid for this type.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic override bool IsValid(
ITypeDescriptorContext context,
Object value
)
Public Overrides Function IsValid (
context As ITypeDescriptorContext,
value As Object
) As Boolean
public:
virtual bool IsValid(
ITypeDescriptorContext^ context,
Object^ value
) override
abstract IsValid :
context : ITypeDescriptorContext *
value : Object -> bool
override IsValid :
context : ITypeDescriptorContext *
value : Object -> bool
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
- value
- Type: SystemObject
Return Value
Type:
Boolean
See Also