Table of Contents

Class ReferralAction

Namespace
Skyware.Lis.EventsModel.BgNhis
Assembly
Skyware.Lis.EventsModel.dll

Occurs when action with a Referral is made

public class ReferralAction : BaseMessage
Inheritance
ReferralAction
Inherited Members

Properties

Action

Action made with the referral, according to ReferralEvents

public string Action { get; set; }

Property Value

string

DefaultAddress

Default address where message should be send

public override string DefaultAddress { get; }

Property Value

string

Referral

Imported/Removed Referral

public Referral Referral { get; set; }

Property Value

Referral

SaleId

Sale to which referral is imported

public int? SaleId { get; set; }

Property Value

int?

SchemaId

Sale schema of the Sale to which referral is imported

public int? SchemaId { get; set; }

Property Value

int?