Table of Contents

Method Validate

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

Validate(Ticket, object)

Validates the specified object against the expression.

public bool Validate(Ticket ticket, object obj)

Parameters

ticket Ticket

The ticket to use with the expression.

obj object

The object to validate.

Returns

bool

true if obj is valid; otherwise, false.