Class GovernmentBankAccount
Accounts of this type can be targeted by Tax/Pay legal actions. Wealth calculations for users do not include these accounts.
Inheritance
System.Object
GovernmentBankAccount
Implements
ILinkableParameterized<System.Boolean>
ISuffixName
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Eco.Gameplay.Economy
Assembly: Eco.Gameplay.dll
Syntax
public class GovernmentBankAccount : BankAccount, ILinkableParameterized<bool>, ILinkableParameterized<SimpleEntry.NamingOptions>, ILinkable, IValidity, ICachesValidity, IHasID, INamed, IReInitializable, IHasReferenceableSerializableID, IHasSerializableID, IDescribable, ISuffixName, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, IHasDualPermissions, ISettlementAssociated, INotifyPropertyChanged, ICategorizedEntry, IController, IViewController, IHasUniversalID
Constructors
GovernmentBankAccount()
Declaration
public GovernmentBankAccount()
Properties
CategoryName
Declaration
public LocString CategoryName { get; }
Property Value
Type | Description |
---|---|
LocString |
CategoryPriority
Declaration
public int CategoryPriority { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
DescribeWealth(User)
Declaration
public override LocString DescribeWealth(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |
Returns
Type | Description |
---|---|
LocString |
Overrides
GetResponsibleUser(Boolean)
Declaration
public override User GetResponsibleUser(bool excludeGovCases = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | excludeGovCases |
Returns
Type | Description |
---|---|
User |
Overrides
PercentOwnership(User)
Declaration
public override float PercentOwnership(User user)
Parameters
Type | Name | Description |
---|---|---|
User | user |
Returns
Type | Description |
---|---|
System.Single |
Overrides
Implements
ISuffixName
System.ComponentModel.INotifyPropertyChanged