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

Mostrar archivo Open project: OSEHRA/mdo

Public Methods

Method 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 method

public Parameter ( ) : System
return System

Parameter() public method

public Parameter ( int type, DictionaryHashList lst ) : System
type int
lst DictionaryHashList
return System

Parameter() public method

public Parameter ( int type, string value, bool encrypted = false ) : System
type int
value string
encrypted bool
return System

Parameter() public method

public Parameter ( int type, string value, string text ) : System
type int
value string
text string
return System

encrypt() public static method

public static encrypt ( string inString ) : string
inString string
return string