C# Class SIAQ.BusinessProcess.Object.BPLugarHechos

Inheritance: BPBase
Exibir arquivo Open project: GCSoft/CEDHNL Class Usage Examples

Protected Properties

Property Type Description
_ErrorDescription string
_ErrorId int
_LugarEntity SIAQ.Entity.Object.ENTLugarHechos

Public Methods

Method Description
BPLugarHechos ( ) : System

Constructor de la clase.

SelectLugarHechos ( ) : void
SelectcatLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse

Consulta el catálogo de LugarHechos

BPLugarHechos.SelectcatLugarHechos 31-Mayo-2014 Daniel.Chavez

deleteLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse

Metodo para eliminar de LugarDiligencia del sistema

BPLugarHechos.deleteLugarHechos 27/ene/2014 Generador

insertLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse

Metodo para insertar LugarDiligencia del sistema

BPLugarHechos.insertLugarHechos 27/ene/2014 Generador

updateLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse

Metodo que actualiza LugarHechos del sistema

BPLugarHechos.updateLugarHechos 27/ene/2014 Generador

Method Details

BPLugarHechos() public method

Constructor de la clase.
public BPLugarHechos ( ) : System
return System

SelectLugarHechos() public method

public SelectLugarHechos ( ) : void
return void

SelectcatLugarHechos() public method

Consulta el catálogo de LugarHechos
BPLugarHechos.SelectcatLugarHechos 31-Mayo-2014 Daniel.Chavez
public SelectcatLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse
oENTLugarHechos SIAQ.Entity.Object.ENTLugarHechos
return SIAQ.Entity.Object.ENTResponse

deleteLugarHechos() public method

Metodo para eliminar de LugarDiligencia del sistema
BPLugarHechos.deleteLugarHechos 27/ene/2014 Generador
public deleteLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse
oENTLugarHechos SIAQ.Entity.Object.ENTLugarHechos
return SIAQ.Entity.Object.ENTResponse

insertLugarHechos() public method

Metodo para insertar LugarDiligencia del sistema
BPLugarHechos.insertLugarHechos 27/ene/2014 Generador
public insertLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse
oENTLugarHechos SIAQ.Entity.Object.ENTLugarHechos
return SIAQ.Entity.Object.ENTResponse

updateLugarHechos() public method

Metodo que actualiza LugarHechos del sistema
BPLugarHechos.updateLugarHechos 27/ene/2014 Generador
public updateLugarHechos ( ENTLugarHechos oENTLugarHechos ) : ENTResponse
oENTLugarHechos SIAQ.Entity.Object.ENTLugarHechos
return SIAQ.Entity.Object.ENTResponse

Property Details

_ErrorDescription protected_oe property

protected string _ErrorDescription
return string

_ErrorId protected_oe property

protected int _ErrorId
return int

_LugarEntity protected_oe property

protected ENTLugarHechos,SIAQ.Entity.Object _LugarEntity
return SIAQ.Entity.Object.ENTLugarHechos