Table of Contents

Class TicketHistory.ChangedProperty

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

Contains the data of a property change in the ticket history.

[Serializable]
[JsonObject(MemberSerialization.OptIn)]
public class TicketHistory.ChangedProperty
Inheritance
TicketHistory.ChangedProperty
Extension Methods

Constructors

ChangedProperty()

Initializes a new instance of the TicketHistory.ChangedProperty class.

ChangedProperty(string, object, PropertyChangedEnum)

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

Properties

IsCustomField

Gets a value indicating whether the change relates to a custom field.

Name

Gets or sets the name.

PropertyChanged

Gets or sets the type of change.

Value

Gets or sets the value.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Calculates the hash code for this object.