Class PersonList
- Namespace
- InSite.Domain.Foundations
- Assembly
- Shift.Sdk.dll
public class PersonList : List<Person>, IList<Person>, ICollection<Person>, IList, ICollection, IReadOnlyList<Person>, IReadOnlyCollection<Person>, IEnumerable<Person>, IEnumerable
- Inheritance
-
PersonList
- Implements
- Inherited Members
- Extension Methods
Constructors
PersonList()
public PersonList()
PersonList(Person[])
public PersonList(Person[] people)
Parameters
peoplePerson[]
Methods
GetIdentifiersAsCsv()
public string GetIdentifiersAsCsv()