Show / Hide Table of Contents

Class RoutineResultAttribute

Indicates that the class maps to a routine, and returns specific classes as a result of the execution of the routine.

Inheritance
System.Object
RoutineResultAttribute
Namespace: Paradigm.ORM.Data.Attributes
Assembly: Paradigm.ORM.Data.dll
Syntax
public class RoutineResultAttribute : Attribute

Constructors

| Improve this Doc View Source

RoutineResultAttribute()

Initializes a new instance of the RoutineResultAttribute class.

Declaration
public RoutineResultAttribute()
| Improve this Doc View Source

RoutineResultAttribute(String)

Initializes a new instance of the RoutineResultAttribute class.

Declaration
public RoutineResultAttribute(string resultType)
Parameters
Type Name Description
System.String resultType

Type of the result.

Properties

| Improve this Doc View Source

ResultType

Gets or sets the name of the result type.

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

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.