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
name
stringThe name.
value
objectThe value.
propertyChanged
TicketHistory.PropertyChangedEnumThe type of change.