C# Класс EventSourcingCqrsSample.Models.ViewModels.Salutations.SalutationCollection

This represents the collection entity for salutations.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
SalutationCollection ( ) : System.Collections.Generic

Initializes a new instance of the SalutationCollection class.

SalutationCollection ( IEnumerable salutations ) : System.Collections.Generic

Initializes a new instance of the SalutationCollection class.

Описание методов

SalutationCollection() публичный Метод

Initializes a new instance of the SalutationCollection class.
public SalutationCollection ( ) : System.Collections.Generic
Результат System.Collections.Generic

SalutationCollection() публичный Метод

Initializes a new instance of the SalutationCollection class.
public SalutationCollection ( IEnumerable salutations ) : System.Collections.Generic
salutations IEnumerable The list of objects.
Результат System.Collections.Generic