C# 클래스 Interfaz_Presentadores.Modulo8.PresentadorAgregarRestriccionCinta

파일 보기 프로젝트 열기: rosmantorres/sakaratedo 1 사용 예제들

공개 메소드들

메소드 설명
Alerta ( string msj ) : void
LlenarComboCinta ( ) : void
PresentadorAgregarRestriccionCinta ( IContratoAgregarRestriccionCinta laVista ) : System
agregarRest ( ) : System.Boolean
generarDescripcion ( ) : string
meterParametrosVistaEnObjeto ( DominioSKD laRestriccion ) : DominioSKD.Entidades.Modulo8.RestriccionCinta

메소드 상세

Alerta() 공개 메소드

public Alerta ( string msj ) : void
msj string
리턴 void

LlenarComboCinta() 공개 메소드

public LlenarComboCinta ( ) : void
리턴 void

PresentadorAgregarRestriccionCinta() 공개 메소드

public PresentadorAgregarRestriccionCinta ( IContratoAgregarRestriccionCinta laVista ) : System
laVista IContratoAgregarRestriccionCinta
리턴 System

agregarRest() 공개 메소드

public agregarRest ( ) : System.Boolean
리턴 System.Boolean

generarDescripcion() 공개 메소드

public generarDescripcion ( ) : string
리턴 string

meterParametrosVistaEnObjeto() 공개 메소드

public meterParametrosVistaEnObjeto ( DominioSKD laRestriccion ) : DominioSKD.Entidades.Modulo8.RestriccionCinta
laRestriccion DominioSKD
리턴 DominioSKD.Entidades.Modulo8.RestriccionCinta