### YamlMime:ManagedReference items: - uid: TinyLife.World.LockType commentId: T:TinyLife.World.LockType id: LockType parent: TinyLife.World children: - TinyLife.World.LockType.Employees - TinyLife.World.LockType.Household - TinyLife.World.LockType.HouseholdFriends - TinyLife.World.LockType.Others langs: - csharp - vb name: LockType nameWithType: LockType fullName: TinyLife.World.LockType type: Enum source: remote: path: TinyLife/World/Opening.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: LockType path: ../TinyLife/World/Opening.cs startLine: 211 assemblies: - Tiny Life namespace: TinyLife.World summary: >- A flags enumeration that determines which groups of people a is locked for. Use to determine whether a combined lock type flag is locked for a given person. example: [] syntax: content: >- [Flags] public enum LockType content.vb: >- Public Enum LockType extensionMethods: - TinyLife.World.LockType.TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.Objects.Person,TinyLife.World.Lot) - TinyLife.World.LockType.TinyLife.Utilities.Extensions.JsonCopy``1 attributes: - type: System.FlagsAttribute ctor: System.FlagsAttribute.#ctor arguments: [] - uid: TinyLife.World.LockType.Household commentId: F:TinyLife.World.LockType.Household id: Household parent: TinyLife.World.LockType langs: - csharp - vb name: Household nameWithType: LockType.Household fullName: TinyLife.World.LockType.Household type: Field source: remote: path: TinyLife/World/Opening.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Household path: ../TinyLife/World/Opening.cs startLine: 217 assemblies: - Tiny Life namespace: TinyLife.World summary: A lock type that represents a lock for all household members example: [] syntax: content: Household = 1 return: type: TinyLife.World.LockType - uid: TinyLife.World.LockType.HouseholdFriends commentId: F:TinyLife.World.LockType.HouseholdFriends id: HouseholdFriends parent: TinyLife.World.LockType langs: - csharp - vb name: HouseholdFriends nameWithType: LockType.HouseholdFriends fullName: TinyLife.World.LockType.HouseholdFriends type: Field source: remote: path: TinyLife/World/Opening.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: HouseholdFriends path: ../TinyLife/World/Opening.cs startLine: 221 assemblies: - Tiny Life namespace: TinyLife.World summary: A lock type that represents a lock for all friends of the household, which is anyone that has a relationship type of or greater with any of the household members example: [] syntax: content: HouseholdFriends = 2 return: type: TinyLife.World.LockType - uid: TinyLife.World.LockType.Employees commentId: F:TinyLife.World.LockType.Employees id: Employees parent: TinyLife.World.LockType langs: - csharp - vb name: Employees nameWithType: LockType.Employees fullName: TinyLife.World.LockType.Employees type: Field source: remote: path: TinyLife/World/Opening.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Employees path: ../TinyLife/World/Opening.cs startLine: 225 assemblies: - Tiny Life namespace: TinyLife.World summary: A lock type that represents a lock for all employees, which are people that have a example: [] syntax: content: Employees = 4 return: type: TinyLife.World.LockType - uid: TinyLife.World.LockType.Others commentId: F:TinyLife.World.LockType.Others id: Others parent: TinyLife.World.LockType langs: - csharp - vb name: Others nameWithType: LockType.Others fullName: TinyLife.World.LockType.Others type: Field source: remote: path: TinyLife/World/Opening.cs branch: main repo: https://git.ellpeck.de/Ellpeck/TinyLife id: Others path: ../TinyLife/World/Opening.cs startLine: 229 assemblies: - Tiny Life namespace: TinyLife.World summary: A lock type that represents a lock for everyone that doesn't match any of the other categories example: [] syntax: content: Others = 8 return: type: TinyLife.World.LockType references: - uid: TinyLife.World.SwingingDoor commentId: T:TinyLife.World.SwingingDoor parent: TinyLife.World href: TinyLife.World.SwingingDoor.html name: SwingingDoor nameWithType: SwingingDoor fullName: TinyLife.World.SwingingDoor - uid: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) commentId: M:TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ name: IsLockedFor(LockType, Person, Lot) nameWithType: Extensions.IsLockedFor(LockType, Person, Lot) fullName: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType, TinyLife.Objects.Person, TinyLife.World.Lot) spec.csharp: - uid: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) name: IsLockedFor href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) name: IsLockedFor href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) - uid: TinyLife.World commentId: N:TinyLife.World href: TinyLife.html name: TinyLife.World nameWithType: TinyLife.World fullName: TinyLife.World spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.World name: World href: TinyLife.World.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.World name: World href: TinyLife.World.html - uid: TinyLife.World.LockType.TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.Objects.Person,TinyLife.World.Lot) commentId: M:TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ name: IsLockedFor(LockType, Person, Lot) nameWithType: Extensions.IsLockedFor(LockType, Person, Lot) fullName: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType, TinyLife.Objects.Person, TinyLife.World.Lot) spec.csharp: - uid: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) name: IsLockedFor href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.IsLockedFor(TinyLife.World.LockType,TinyLife.Objects.Person,TinyLife.World.Lot) name: IsLockedFor href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsLockedFor_TinyLife_World_LockType_TinyLife_Objects_Person_TinyLife_World_Lot_ - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ',' - name: " " - uid: TinyLife.Objects.Person name: Person href: TinyLife.Objects.Person.html - name: ',' - name: " " - uid: TinyLife.World.Lot name: Lot href: TinyLife.World.Lot.html - name: ) - uid: TinyLife.World.LockType.TinyLife.Utilities.Extensions.JsonCopy``1 commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) parent: TinyLife.Utilities.Extensions definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(LockType) nameWithType: Extensions.JsonCopy(LockType) fullName: TinyLife.Utilities.Extensions.JsonCopy(TinyLife.World.LockType) nameWithType.vb: Extensions.JsonCopy(Of LockType)(LockType) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.LockType)(TinyLife.World.LockType) name.vb: JsonCopy(Of LockType)(LockType) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.LockType) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: '>' - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.LockType) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ) - name: ( - uid: TinyLife.World.LockType name: LockType href: TinyLife.World.LockType.html - name: ) - uid: TinyLife.Utilities.Extensions commentId: T:TinyLife.Utilities.Extensions parent: TinyLife.Utilities href: TinyLife.Utilities.Extensions.html name: Extensions nameWithType: Extensions fullName: TinyLife.Utilities.Extensions - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0) href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ name: JsonCopy(T) nameWithType: Extensions.JsonCopy(T) fullName: TinyLife.Utilities.Extensions.JsonCopy(T) nameWithType.vb: Extensions.JsonCopy(Of T)(T) fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T) name.vb: JsonCopy(Of T)(T) spec.csharp: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: < - name: T - name: '>' - name: ( - name: T - name: ) spec.vb: - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0) name: JsonCopy href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_ - name: ( - name: Of - name: " " - name: T - name: ) - name: ( - name: T - name: ) - uid: TinyLife.Utilities commentId: N:TinyLife.Utilities href: TinyLife.html name: TinyLife.Utilities nameWithType: TinyLife.Utilities fullName: TinyLife.Utilities spec.csharp: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html spec.vb: - uid: TinyLife name: TinyLife href: TinyLife.html - name: . - uid: TinyLife.Utilities name: Utilities href: TinyLife.Utilities.html - uid: TinyLife.World.LockType commentId: T:TinyLife.World.LockType parent: TinyLife.World href: TinyLife.World.LockType.html name: LockType nameWithType: LockType fullName: TinyLife.World.LockType - uid: TinyLife.RelationshipType.Friends commentId: F:TinyLife.RelationshipType.Friends href: TinyLife.RelationshipType.html#TinyLife_RelationshipType_Friends name: Friends nameWithType: RelationshipType.Friends fullName: TinyLife.RelationshipType.Friends - uid: TinyLife.Objects.Person.LotEmployment commentId: F:TinyLife.Objects.Person.LotEmployment href: TinyLife.Objects.Person.html#TinyLife_Objects_Person_LotEmployment name: LotEmployment nameWithType: Person.LotEmployment fullName: TinyLife.Objects.Person.LotEmployment