Table of Contents

Class TypeValidator<T>

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

Represents a type validator for validating the type of a specified object.

[Serializable]
public class TypeValidator<T> : ITicketFieldValidator

Type Parameters

T

The type to validate against.

Inheritance
TypeValidator<T>
Implements
Derived
Extension Methods

Constructors

TypeValidator()

Initializes a new instance of the TypeValidator<T> class.

Methods

Validate(Ticket, object)

Verifies whether the specified object is of the expected type.