Show / Hide Table of Contents

Class Xfn2OutputParameterDto

A data transfer object for an output parameter.

Inheritance
System.Object
Xfn2OutputParameterDto
Implements
System.IEquatable<Xfn2OutputParameterDto>
Namespace: MESL.SqlRace.Domain.Functions.Persistence
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class Xfn2OutputParameterDto : Object, IEquatable<Xfn2OutputParameterDto>

Constructors

Xfn2OutputParameterDto()

Declaration
public Xfn2OutputParameterDto()

Properties

Description

Gets or sets the description.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

The description.

DescriptionCdata

Gets or sets the description, wrapped as a CDATA section.

Declaration
public XmlCDataSection DescriptionCdata { get; set; }
Property Value
Type Description
System.Xml.XmlCDataSection

An XmlCDataSection containing the description.

DisplayMax

Gets or sets the display maximum.

Declaration
public string DisplayMax { get; set; }
Property Value
Type Description
System.String

The display maximum.

DisplayMin

Gets or sets the display minimum.

Declaration
public string DisplayMin { get; set; }
Property Value
Type Description
System.String

The display minimum.

Format

Gets or sets the format.

Declaration
public string Format { get; set; }
Property Value
Type Description
System.String

The format.

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Units

Gets or sets the units.

Declaration
public string Units { get; set; }
Property Value
Type Description
System.String

The units.

Methods

Equals(Xfn2OutputParameterDto)

Indicates whether the current object is equal to another object of the same type.

Declaration
public bool Equals(Xfn2OutputParameterDto other)
Parameters
Type Name Description
Xfn2OutputParameterDto other

An object to compare with this object.

Returns
Type Description
System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

GetHashCode()

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Implements

System.IEquatable<>
Back to top Generated by DocFX