Show / Hide Table of Contents

Class ImportUsersArgs

Inheritance
System.Object
ImportUsersArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
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 ImportUsersArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

ImportUsersArgs()

Declaration
public ImportUsersArgs()

ImportUsersArgs(String, Guid, Guid, Guid)

Declaration
public ImportUsersArgs(string endpointConfigName, Guid serial, Guid user, Guid psw)
Parameters
Type Name Description
System.String endpointConfigName
System.Guid serial
System.Guid user
System.Guid psw

ImportUsersArgs(Uri, Guid, Guid, Guid)

Declaration
public ImportUsersArgs(Uri endPointUri, Guid serial, Guid user, Guid psw)
Parameters
Type Name Description
System.Uri endPointUri
System.Guid serial
System.Guid user
System.Guid psw

Properties

ApiPassword

Declaration
public Guid ApiPassword { get; set; }
Property Value
Type Description
System.Guid

ApiUser

Declaration
public Guid ApiUser { get; set; }
Property Value
Type Description
System.Guid

EndPointConfigurationName

Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type Description
System.String

EndPointUri

Declaration
public Uri EndPointUri { get; set; }
Property Value
Type Description
System.Uri

Serial

Declaration
public Guid Serial { get; set; }
Property Value
Type Description
System.Guid

UserList

Declaration
public List<ImportContact> UserList { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ImportContact>

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
In This Article
Back to top Generated by DocFX