C# Class EventSourcingCqrsSample.Models.ViewModels.Salutations.SalutationCollection

This represents the collection entity for salutations.
Mostrar archivo Open project: devkimchi/EventSourcing-CQRS-Sample Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

SalutationCollection() public method

Initializes a new instance of the SalutationCollection class.
public SalutationCollection ( ) : System.Collections.Generic
return System.Collections.Generic

SalutationCollection() public method

Initializes a new instance of the SalutationCollection class.
public SalutationCollection ( IEnumerable salutations ) : System.Collections.Generic
salutations IEnumerable The list of objects.
return System.Collections.Generic