Documentation for OpenFLUID 2.2.0
openfluid::ware::WareIssue Class Reference

#include <ware/WareIssues.hpp>

Public Member Functions

openfluid::thirdparty::json toJSON (unsigned int NewID=0) const
 

Static Public Member Functions

static WareIssue fromJSON (const openfluid::thirdparty::json &IssueJson)
 

Public Attributes

unsigned int ID
 
std::string Title
 
std::string Description
 
std::vector< std::string > Tags
 
std::string Creator
 
openfluid::core::DateTime CreatedAt
 
openfluid::core::DateTime UpdatedAt
 
bool IsOpen
 
Collaboration diagram for openfluid::ware::WareIssue:

Member Function Documentation

◆ fromJSON()

static WareIssue openfluid::ware::WareIssue::fromJSON ( const openfluid::thirdparty::json IssueJson)
inlinestatic

◆ toJSON()

openfluid::thirdparty::json openfluid::ware::WareIssue::toJSON ( unsigned int  NewID = 0) const
inline

Member Data Documentation

◆ CreatedAt

openfluid::core::DateTime openfluid::ware::WareIssue::CreatedAt

◆ Creator

std::string openfluid::ware::WareIssue::Creator

◆ Description

std::string openfluid::ware::WareIssue::Description

◆ ID

unsigned int openfluid::ware::WareIssue::ID

◆ IsOpen

bool openfluid::ware::WareIssue::IsOpen

◆ Tags

std::vector<std::string> openfluid::ware::WareIssue::Tags

◆ Title

std::string openfluid::ware::WareIssue::Title

◆ UpdatedAt

openfluid::core::DateTime openfluid::ware::WareIssue::UpdatedAt

The documentation for this class was generated from the following file: