Class ImplementationDto
A data transfer object for a function implementation.
Inheritance
System.Object
ImplementationDto
Namespace: MESL.SqlRace.Domain.Functions.Persistence
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class ImplementationDto : Object
Constructors
ImplementationDto()
Initializes a new instance of the ImplementationDto class.
Declaration
public ImplementationDto()
ImplementationDto(XmlElement)
Initializes a new instance of the ImplementationDto class.
Declaration
public ImplementationDto(XmlElement functionImplementationDefinitionDto)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | functionImplementationDefinitionDto |
Properties
FunctionImplementationDefinitionDto
Gets or sets the function implementation definition DTO.
Declaration
public XmlElement FunctionImplementationDefinitionDto { get; set; }
Property Value
Type | Description |
---|---|
System.Xml.XmlElement |