Show / Hide Table of Contents

Class TriggerDto

A data transfer object for a function trigger.

Inheritance
System.Object
TriggerDto
Namespace: MESL.SqlRace.Domain.Functions.Persistence
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class TriggerDto : Object

Constructors

TriggerDto()

Initializes a new instance of the TriggerDto class.

Declaration
public TriggerDto()

TriggerDto(XmlElement)

Initializes a new instance of the TriggerDto class.

Declaration
public TriggerDto(XmlElement functionExecutionStrategyDefinitionDto)
Parameters
Type Name Description
System.Xml.XmlElement functionExecutionStrategyDefinitionDto

Properties

FunctionExecutionStrategyDefinitionDto

Gets or sets the function trigger definition DTO.

Declaration
public XmlElement FunctionExecutionStrategyDefinitionDto { get; set; }
Property Value
Type Description
System.Xml.XmlElement
Back to top Generated by DocFX