Table of Contents

Constructor ChangedProperty

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

ChangedProperty()

Initializes a new instance of the TicketHistory.ChangedProperty class.

public ChangedProperty()

ChangedProperty(string, object, PropertyChangedEnum)

Initializes a new instance of the TicketHistory.ChangedProperty class using the specified name, value and optionally the type of change.

public ChangedProperty(string name, object value, TicketHistory.PropertyChangedEnum propertyChanged = PropertyChangedEnum.Changed)

Parameters

name string

The name.

value object

The value.

propertyChanged TicketHistory.PropertyChangedEnum

The type of change.