Class DeedOwnershipType
Inheritance
System.Object
DeedOwnershipType
Assembly: Eco.Shared.dll
Syntax
[Serialized]
[Eco(true)]
[Localized(true, false, "", false)]
public sealed class DeedOwnershipType : Enum
Fields
DirectOrMemberOwnership
Declaration
[LocDescription("Either directly owned or owned by a member of the specified title.")]
public const DeedOwnershipType DirectOrMemberOwnership
Field Value
DirectOwnership
Declaration
[LocDescription("The deed is directly owned by the specified citizen or title.")]
public const DeedOwnershipType DirectOwnership
Field Value
MemberOwnership
Declaration
[LocDescription("The deed is owned by anyone who is a member of the specified title (includes nested titles).")]
public const DeedOwnershipType MemberOwnership
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|
Extension Methods