Table of Contents

Method Validate

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

Validate(IValueWrapper, FieldDescriptor)

Validates the specified value against the specified field descriptor.

public bool Validate(IValueWrapper value, FieldDescriptor descriptor)

Parameters

value IValueWrapper

The value to validate.

descriptor FieldDescriptor

The field descriptor to validate against.

Returns

bool

true if the specified value validates against the specified field descriptor; otherwise, false.