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

Inheritance: AbstractTaggedArrayTO
ファイルを表示 Open project: OSEHRA/mdws Class Usage Examples

Public Properties

Property Type Description
notes gov.va.medora.mdws.dto.NoteTO[]

Public Methods

Method Description
TaggedNoteArray ( ) : System
TaggedNoteArray ( string tag ) : System
TaggedNoteArray ( string tag, Exception e ) : System
TaggedNoteArray ( string tag, Note notes ) : System

Method Details

TaggedNoteArray() public method

public TaggedNoteArray ( ) : System
return System

TaggedNoteArray() public method

public TaggedNoteArray ( string tag ) : System
tag string
return System

TaggedNoteArray() public method

public TaggedNoteArray ( string tag, Exception e ) : System
tag string
e System.Exception
return System

TaggedNoteArray() public method

public TaggedNoteArray ( string tag, Note notes ) : System
tag string
notes gov.va.medora.mdo.Note
return System

Property Details

notes public_oe property

public NoteTO[],gov.va.medora.mdws.dto notes
return gov.va.medora.mdws.dto.NoteTO[]