Click or drag to resize

ResultT Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.CoreResult
    Dynamicweb.CoreResultT

Namespace:  Dynamicweb.Core
Assembly:  Dynamicweb.Core (in Dynamicweb.Core.dll) Version: 3.1.1
Syntax
public class Result<T> : Result

Type Parameters

T

The ResultT type exposes the following members.

Constructors
  NameDescription
Protected methodResultT
Initializes a new instance of the ResultT class
Top
Properties
  NameDescription
Public propertyError (Inherited from Result.)
Public propertyIsFailure (Inherited from Result.)
Public propertyIsSuccess (Inherited from Result.)
Public propertyValue
Top
Operators
See Also