Show / Hide Table of Contents

Class GetMailTemplateColorArgs

Inheritance
System.Object
BaseEndPointConfiguration
BaseAuthenticateArgs
GetMailTemplateColorArgs
Implements
IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded
Inherited Members
BaseAuthenticateArgs.ApiPassword
BaseAuthenticateArgs.ApiUser
BaseAuthenticateArgs.Serial
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 GetMailTemplateColorArgs : BaseAuthenticateArgs, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded

Constructors

GetMailTemplateColorArgs(Uri, Guid, Guid, Guid)

Declaration
public GetMailTemplateColorArgs(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

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

Implements

IEndPointConfiguration
IEndPointName
IUriBindingConfiguration
IAuthenticationNeeded

Extension Methods

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