C# Class gov.va.medora.mdo.dao.vista.SecurityKey

Inheritance: AbstractPermission
Mostrar archivo Open project: OSEHRA/mdo Class Usage Examples

Public Methods

Method Description
SecurityKey ( ) : System
SecurityKey ( string keyId, string name ) : System
SecurityKey ( string keyId, string name, string recordId ) : System

Method Details

SecurityKey() public method

public SecurityKey ( ) : System
return System

SecurityKey() public method

public SecurityKey ( string keyId, string name ) : System
keyId string
name string
return System

SecurityKey() public method

public SecurityKey ( string keyId, string name, string recordId ) : System
keyId string
name string
recordId string
return System