C# Class gov.va.medora.mdws.dto.TaggedProblemArray

Inheritance: AbstractTaggedArrayTO
Afficher le fichier Open project: OSEHRA/mdws Class Usage Examples

Méthodes publiques

Свойство Type Description
problems gov.va.medora.mdws.dto.ProblemTO[]

Méthodes publiques

Méthode Description
TaggedProblemArray ( ) : System
TaggedProblemArray ( string tag ) : System
TaggedProblemArray ( string tag, Exception e ) : System
TaggedProblemArray ( string tag, Problem mdos ) : System

Method Details

TaggedProblemArray() public méthode

public TaggedProblemArray ( ) : System
Résultat System

TaggedProblemArray() public méthode

public TaggedProblemArray ( string tag ) : System
tag string
Résultat System

TaggedProblemArray() public méthode

public TaggedProblemArray ( string tag, Exception e ) : System
tag string
e System.Exception
Résultat System

TaggedProblemArray() public méthode

public TaggedProblemArray ( string tag, Problem mdos ) : System
tag string
mdos gov.va.medora.mdo.Problem
Résultat System

Property Details

problems public_oe property

public ProblemTO[],gov.va.medora.mdws.dto problems
Résultat gov.va.medora.mdws.dto.ProblemTO[]