Constructor ChangedProperty
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
namestringThe name.
valueobjectThe value.
propertyChangedTicketHistory.PropertyChangedEnumThe type of change.