Show / Hide Table of Contents

Class FileUploadContainer

Inheritance
System.Object
FileUploadContainer
Implements
IFiles
IAuthenticatedEndpoint
IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
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.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class FileUploadContainer : IFiles, IAuthenticatedEndpoint, IAuthenticationNeeded, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

Constructors

FileUploadContainer(String, Guid, Guid, Guid, List<FileArgs>)

Declaration
public FileUploadContainer(string endPointConfigurationName, Guid serial, Guid user, Guid psw, List<FileArgs> filesList)
Parameters
Type Name Description
System.String endPointConfigurationName
System.Guid serial
System.Guid user
System.Guid psw
System.Collections.Generic.List<FileArgs> filesList

FileUploadContainer(Uri, Guid, Guid, Guid, List<FileArgs>)

Declaration
public FileUploadContainer(Uri endPointUri, Guid serial, Guid user, Guid psw, List<FileArgs> filesList)
Parameters
Type Name Description
System.Uri endPointUri
System.Guid serial
System.Guid user
System.Guid psw
System.Collections.Generic.List<FileArgs> filesList

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

FilesList

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

Serial

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

Implements

IFiles
IAuthenticatedEndpoint
IAuthenticationNeeded
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration

Extension Methods

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