Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) EventoRepository.FindByName Examples
Programming Language:
C# (CSharp)
Class/Type:
EventoRepository
Method/Function:
FindByName
Examples at hotexamples.com:
1
C# (CSharp) EventoRepository.FindByName - 1 examples found
. These are the top rated real world C# (CSharp) examples of
EventoRepository.FindByName
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
Delete(11)
Atualizar(9)
Cadastrar(7)
Alterar(6)
BuscarPorID(5)
BuscarPorId(4)
Excluir(4)
Add(3)
GetAll(3)
Find(3)
GetById(3)
Create(3)
BuscarEventoPorId(2)
GetEventoById(2)
GetAllAsync(2)
GetAlunosPresentes(2)
GetByFilter(1)
GetActiveEventValue(1)
GetTodos(1)
GetAllAdmin(1)
GetPrecoDe(1)
GetListaChamada(1)
GetAsync(1)
GetByFilterAluno(1)
GetEventoLocal(1)
GetByFilterCoord(1)
GetEventos(1)
GetChamada(1)
GetEvento(1)
GetEventoVisitante(1)
GetActiveCategoryList(1)
GetEventoDTO(1)
GetEventoFecha(1)
GetActiveEventLabel(1)
FindAllAsync(1)
Get(1)
DeleteEvent(1)
AdicionaPresenca(1)
Adicionar(1)
AlteraStatusEvento(1)
Aprovar(1)
AtualizaStatus(1)
Cancelar(1)
ChamadaFeita(1)
ConverToEmailModel(1)
CountEvento(1)
DeleteEmpresa(1)
DeleteEvento(1)
FindByName(1)
DeleteMusico(1)
Frequently Used Methods
Delete (11)
Atualizar (9)
Cadastrar (7)
Alterar (6)
BuscarPorID (5)
BuscarPorId (4)
Excluir (4)
Add (3)
GetAll (3)
Find (3)
Frequently Used Methods
GetById (3)
Create (3)
BuscarEventoPorId (2)
GetEventoById (2)
GetAllAsync (2)
GetAlunosPresentes (2)
GetByFilter (1)
GetActiveEventValue (1)
GetTodos (1)
GetAllAdmin (1)
GetPrecoDe (1)
GetListaChamada (1)
GetAsync (1)
GetByFilterAluno (1)
GetEventoLocal (1)
GetByFilterCoord (1)
GetEventos (1)
GetChamada (1)
GetEvento (1)
GetEventoVisitante (1)
Frequently Used Methods
GetPrecoDe (1)
GetListaChamada (1)
GetAsync (1)
GetByFilterAluno (1)
GetEventoLocal (1)
GetByFilterCoord (1)
GetEventos (1)
GetChamada (1)
GetEvento (1)
GetEventoVisitante (1)
GetActiveCategoryList (1)
GetEventoDTO (1)
GetEventoFecha (1)
GetActiveEventLabel (1)
FindAllAsync (1)
Get (1)
DeleteEvent (1)
AdicionaPresenca (1)
Adicionar (1)
AlteraStatusEvento (1)
Aprovar (1)
AtualizaStatus (1)
Cancelar (1)
ChamadaFeita (1)
ConverToEmailModel (1)
CountEvento (1)
DeleteEmpresa (1)
DeleteEvento (1)
FindByName (1)
DeleteMusico (1)
Frequently Used Methods
GetActiveCategoryList (1)
GetEventoDTO (1)
GetEventoFecha (1)
GetActiveEventLabel (1)
FindAllAsync (1)
Get (1)
DeleteEvent (1)
AdicionaPresenca (1)
Adicionar (1)
AlteraStatusEvento (1)
Aprovar (1)
AtualizaStatus (1)
Cancelar (1)
ChamadaFeita (1)
ConverToEmailModel (1)
CountEvento (1)
DeleteEmpresa (1)
DeleteEvento (1)
FindByName (1)
DeleteMusico (1)
DeleteSugerencias (1)
DesinscreverAluno (1)
Editar (1)
ExcluirAsync (1)
FiltrarPorNome (1)
AddEvento (1)
FindAsync (1)
FindByDireccion (1)
FindByDistrito (1)
InscreveAluno (1)
Example #1
0
Show file
public IEnumerable <Evento> FindByName(string Name) { return(_eventoRepository.FindByName(Name)); }
x