API Reference
Class
RegistrationDrift
Provides registration drift functionality.
Inheritance
- Object
- RegistrationDrift
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
- Method RegistrationDriftDetector.Compute
- Property RegistrationDriftInfo.Drift
Constructors
public RegistrationDrift() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Domain { get; set; } #Gets or sets the domain value.
public DateTimeOffset FromCapturedAtUtc { get; set; } #Gets or sets the from captured at utc value.
public DateTimeOffset ToCapturedAtUtc { get; set; } #Gets or sets the to captured at utc value.
public List<RegistrationChange> Changes { get; set; } #Gets or sets the changes value.