Table of Contents

Class ReturnMerchandiseAuthorizationEmailConfiguration

Namespace
Dynamicweb.Ecommerce.Orders.ReturnMerchandiseAuthorization
Assembly
Dynamicweb.Ecommerce.dll

The class ReturnMerchandiseAuthorizationEmailConfiguration represents e-mail configuration for ReturnMerchandiseAuthorization

public class ReturnMerchandiseAuthorizationEmailConfiguration
Inheritance
ReturnMerchandiseAuthorizationEmailConfiguration
Inherited Members

Properties

Id

public int Id { get; set; }

Property Value

int

LanguageId

public string LanguageId { get; set; }

Property Value

string

OrderField

public string OrderField { get; set; }

Property Value

string

Recipient

public string Recipient { get; set; }

Property Value

string

SenderEmail

public string SenderEmail { get; set; }

Property Value

string

SenderEmailForCustomer

public bool SenderEmailForCustomer { get; set; }

Property Value

bool

SenderName

public string SenderName { get; set; }

Property Value

string

SenderNameForCustomer

public bool SenderNameForCustomer { get; set; }

Property Value

bool

Subject

public string Subject { get; set; }

Property Value

string

Template

public string Template { get; set; }

Property Value

string

ToBillingEmail

public bool ToBillingEmail { get; set; }

Property Value

bool

ToDeliveryEmail

public bool ToDeliveryEmail { get; set; }

Property Value

bool

ToOrderField

public bool ToOrderField { get; set; }

Property Value

bool

Methods

Delete()

Deletes this configureation.

public void Delete()

Fill(IDataReader)

Fills the instance from data reader

public void Fill(IDataReader reader)

Parameters

reader IDataReader

The reader.

GetById(int)

Gets the instance by identifier.

public void GetById(int Id)

Parameters

Id int

The identifier.

Save()

Saves this configuration.

public void Save()

SaveForEvent(ReturnMerchandiseAuthorizationEvent)

Saves this configuration in relation with given event.

public void SaveForEvent(ReturnMerchandiseAuthorizationEvent returnMerchandiseAuthorizationEvent)

Parameters

returnMerchandiseAuthorizationEvent ReturnMerchandiseAuthorizationEvent

The ReturnMerchandiseAuthorizationEvent.

SaveForReplacementOrderProvider(string, string)

Saves this configuration in relation with given replacement order provider.

public void SaveForReplacementOrderProvider(string replacementOrderProviderClassname, string languageId)

Parameters

replacementOrderProviderClassname string

The provider class name.

languageId string

The language id.

SaveForState(ReturnMerchandiseAuthorizationState)

Saves this configuration in relation with given state.

public void SaveForState(ReturnMerchandiseAuthorizationState returnMerchandiseAuthorizationState)

Parameters

returnMerchandiseAuthorizationState ReturnMerchandiseAuthorizationState

The ReturnMerchandiseAuthorizationState.

SendMail(ReturnMerchandiseAuthorization)

Sends mail for given rma.

public void SendMail(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization

The ReturnMerchandiseAuthorization.

To top