C# 클래스 EventSourcingCqrsSample.Models.ViewModels.Salutations.SalutationCollection

This represents the collection entity for salutations.
파일 보기 프로젝트 열기: devkimchi/EventSourcing-CQRS-Sample 1 사용 예제들

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