Class SpecialResidents
Inheritance
System.Object
SpecialResidents
Assembly: Eco.Shared.dll
Syntax
[Serialized]
[Eco(true)]
[Localized(true, false, "", false)]
public sealed class SpecialResidents : Enum
Fields
Invitee
Declaration
[LocDescription("A person who has been invited to become a resident, but is not yet one (and not an owner).")]
public const SpecialResidents Invitee
Field Value
Landlord
Declaration
[LocDescription("A person who is an owner on a property where there are non-owning renters.")]
public const SpecialResidents Landlord
Field Value
Owner
Declaration
[LocDescription("A person who owns the property.")]
public const SpecialResidents Owner
Field Value
Renter
Declaration
[LocDescription("A person who is a resident and not an owner.")]
public const SpecialResidents Renter
Field Value
Resident
Declaration
[LocDescription("A person who is a resident on the property.")]
public const SpecialResidents Resident
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Extension Methods