API Reference
Class
RegistrationChange
Provides registration change functionality.
Inheritance
- Object
- RegistrationChange
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property RegistrationDrift.Changes
Constructors
public RegistrationChange() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public RegistrationChangeKind Kind { get; set; } #Gets or sets the kind value.
public String Before { get; set; } #Gets or sets the before value.
public String After { get; set; } #Gets or sets the after value.
public List<String> Added { get; set; } #Gets or sets the added value.
public List<String> Removed { get; set; } #Gets or sets the removed value.