C# Class gov.va.medora.mdo.dao.vista.VistaQuery.Parameter

Afficher le fichier Open project: OSEHRA/mdo

Méthodes publiques

Méthode Description
Parameter ( ) : System
Parameter ( int type, DictionaryHashList lst ) : System
Parameter ( int type, string value, bool encrypted = false ) : System
Parameter ( int type, string value, string text ) : System
encrypt ( string inString ) : string

Method Details

Parameter() public méthode

public Parameter ( ) : System
Résultat System

Parameter() public méthode

public Parameter ( int type, DictionaryHashList lst ) : System
type int
lst DictionaryHashList
Résultat System

Parameter() public méthode

public Parameter ( int type, string value, bool encrypted = false ) : System
type int
value string
encrypted bool
Résultat System

Parameter() public méthode

public Parameter ( int type, string value, string text ) : System
type int
value string
text string
Résultat System

encrypt() public static méthode

public static encrypt ( string inString ) : string
inString string
Résultat string