C# Class Chaos.Portal.Core.Response.Dto.v1.PortalResult

Inheritance: IPortalResult
Show file Open project: CHAOS-Community/Portal Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetModule ( string modulename ) : IModuleResult
PortalResult ( ) : System.Collections.Generic
PortalResult ( Stopwatch timestamp ) : System.Collections.Generic

Method Details

GetModule() public method

public GetModule ( string modulename ) : IModuleResult
modulename string
return IModuleResult

PortalResult() public method

public PortalResult ( ) : System.Collections.Generic
return System.Collections.Generic

PortalResult() public method

public PortalResult ( Stopwatch timestamp ) : System.Collections.Generic
timestamp System.Diagnostics.Stopwatch
return System.Collections.Generic