Show / Hide Table of Contents

Class MultiRecipientAnswer

That is the answer of the MultiRecipientMessage method. You also get an answer for each recipient in the RecipientsAnswer

Inheritance
System.Object
Answer
MultiRecipientAnswer
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Answer.Data
Answer.Status
Answer.PropertyChanged
Answer.RaisePropertyChanged(String)
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.Answer
Assembly: SecureExchangesSDK.dll
Syntax
public class MultiRecipientAnswer : Answer, INotifyPropertyChanged

Properties

RecipientsAnswer

Represent the answer of each recipient.

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

UploadedFiles

Represent the uploadedFiles

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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

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