Show / Hide Table of Contents

Class TrackingRecipient

Using for messenging the tracking recipient give the return of a recipient with the tracking

Inheritance
System.Object
Recipient
TrackingRecipient
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Recipient.Email
Recipient.Phone
Recipient.PropertyChanged
Recipient.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.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class TrackingRecipient : Recipient, INotifyPropertyChanged

Properties

TrackingID

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

Implements

System.ComponentModel.INotifyPropertyChanged

Extension Methods

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