class DMObjectMailRelation

Represents a relationship between an email and a profile.


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

DMObjectMailRelation ()


DMObjectMailRelation (State state)


Properties

Int32 Id { get; set; }


Guid IdDMObjectMailRelation { get; set; }

Uniquely identifies a relationship between an email and a profile.


Guid IdMail { get; set; }

The identifier of the email that is part of the relationship.


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


Guid ObjectId { get; set; }

The identifier of the profile that is part of the relationship.


State State { get; set; }


Int32 World { get; set; }

The world of the profile that is part of the relationship.