C# Class HospitalLib.Data.Analysis

Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Properties

Property Type Description
New bool

Private Properties

Property Type Description
Analysis System

Public Methods

Method Description
AddData ( string key, string value ) : void
Analysis ( Template template, Person person ) : System
GetData ( string key ) : string
GetDictionary ( ) : string>.IDictionary
GetPersonId ( ) : int
GetTemplateName ( ) : string

Private Methods

Method Description
Analysis ( Template template, Person person, int id ) : System

Method Details

AddData() public method

public AddData ( string key, string value ) : void
key string
value string
return void

Analysis() public method

public Analysis ( Template template, Person person ) : System
template Template
person Person
return System

GetData() public method

public GetData ( string key ) : string
key string
return string

GetDictionary() public method

public GetDictionary ( ) : string>.IDictionary
return string>.IDictionary

GetPersonId() public method

public GetPersonId ( ) : int
return int

GetTemplateName() public method

public GetTemplateName ( ) : string
return string

Property Details

New public_oe property

public bool New
return bool