Example #1
0
 public abstract IEnumerable <IQuest> GetQuests(PropertyCollection filterProperties);
Example #2
0
 public HouseholdMember()
 {
     this.Properties = new PropertyCollection();
     this.Titles     = new List <HouseholdTitle>();
 }