Class EmailSubscriber
- Namespace
- Shift.Common
- Assembly
- Shift.Common.dll
public class EmailSubscriber
- Inheritance
-
EmailSubscriber
- Inherited Members
-
- Extension Methods
-
Constructors
EmailSubscriber()
Properties
Followers
public List<Guid> Followers { get; set; }
Property Value
- List<Guid>
Language
public string Language { get; set; }
Property Value
- string
PersonCode
public string PersonCode { get; set; }
Property Value
- string
Subscribed
public DateTimeOffset? Subscribed { get; set; }
Property Value
- DateTimeOffset?
UserEmail
public string UserEmail { get; set; }
Property Value
- string
UserEmailAlternate
public string UserEmailAlternate { get; set; }
Property Value
- string
UserEmailAlternateEnabled
public bool UserEmailAlternateEnabled { get; set; }
Property Value
- bool
UserEmailEnabled
public bool UserEmailEnabled { get; set; }
Property Value
- bool
UserFirstName
public string UserFirstName { get; set; }
Property Value
- string
UserFullName
public string UserFullName { get; set; }
Property Value
- string
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid
UserLastName
public string UserLastName { get; set; }
Property Value
- string