Table of Contents

Method Validate

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

Validate(Ticket, object)

Verifies whether the specified value is allowed.

public override bool Validate(Ticket ticket, object obj)

Parameters

ticket Ticket

The ticket.

obj object

The item to validate.

Returns

bool

false if the value is null and the field is required.

If the value is not null, the value is validated against the expected type T.