Class CreateRestoreRequestArgs
Create a SESAR restore request for a user
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: SecureExchangesSDK.Models.Args
Assembly: SecureExchangesSDK.dll
Syntax
public class CreateRestoreRequestArgs : BaseAuthenticateArgs, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfigurationConstructors
CreateRestoreRequestArgs()
Declaration
public CreateRestoreRequestArgs()CreateRestoreRequestArgs(String, Guid, Guid, Guid)
Create a endpoint with config
Declaration
public CreateRestoreRequestArgs(string endPointConfig, Guid serial, Guid apiUser, Guid apiPassword)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | endPointConfig | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | 
CreateRestoreRequestArgs(Uri, Guid, Guid, Guid)
Constructor with endpoint uri
Declaration
public CreateRestoreRequestArgs(Uri endPoint, Guid serial, Guid apiUser, Guid apiPassword)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Uri | endPoint | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | 
Properties
TrackingIDList
The list of trackingID we whant to restore from SESAR
Declaration
public List<Guid> TrackingIDList { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Guid> |