C# Class HospitalLib.Data.Analysis

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Свойство Type Description
New bool

Private Properties

Свойство Type Description
Analysis System

Méthodes publiques

Méthode 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

Méthode Description
Analysis ( Template template, Person person, int id ) : System

Method Details

AddData() public méthode

public AddData ( string key, string value ) : void
key string
value string
Résultat void

Analysis() public méthode

public Analysis ( Template template, Person person ) : System
template Template
person Person
Résultat System

GetData() public méthode

public GetData ( string key ) : string
key string
Résultat string

GetDictionary() public méthode

public GetDictionary ( ) : string>.IDictionary
Résultat string>.IDictionary

GetPersonId() public méthode

public GetPersonId ( ) : int
Résultat int

GetTemplateName() public méthode

public GetTemplateName ( ) : string
Résultat string

Property Details

New public_oe property

public bool New
Résultat bool