Show / Hide Table of Contents

Class ConstitutionalAmendment

Inheritance
System.Object
SimpleEntry
SimpleProposable
ConstitutionalAmendment
Implements
ILinkableParameterized<SimpleEntry.NamingOptions>
ICachesValidity
IProposable
IHasID
IReInitializable
IHasReferenceableSerializableID
IHostedObject
INamed
IHasTeleportOption
IHasSerializableID
ILinkableParameterized<System.Boolean>
ILinkable
ISuffixName
ISingleEditingUser
IPlayerUseTracking
IThreadSafeSubscriptions
ISubscriptions<ThreadSafeSubscriptions>
ISubscriptions
ISettlementAssociated
System.ComponentModel.INotifyPropertyChanged
IRPCAuthChecks
IHasClientControlledContainers
IController
IViewController
IHasUniversalID
IDescribable
ICustomValidity
IValidity
ICopyable
INotifyRecursiveChanged
IHasSubRegistrarEntries
Inherited Members
SimpleProposable.requiresHost
SimpleProposable.SetRequiresHost(Boolean)
SimpleProposable.DisableHostedObject()
SimpleProposable.AssignHostObject(WorldObject)
SimpleProposable.CanBeAssignedTo(IOrphanAssignment)
SimpleProposable.InitializeDraftProposable()
SimpleProposable.GetPairsOfOldAndNewRevisions(IProposable)
SimpleProposable.ApplyUpdatedProposable(IProposable)
SimpleProposable.OnCreate()
SimpleProposable.OnLinkClicked(TooltipOrigin, TooltipClickContext, User)
SimpleProposable.SetState(ProposableState)
SimpleProposable.UsingPlayers
SimpleProposable.State
SimpleProposable.HostID
SimpleProposable.HostObject
SimpleProposable.TargetToReplace
SimpleProposable.ScanPeriodically
SimpleProposable.LastValidTime
SimpleProposable.Submitted
SimpleProposable.RevisionParent
SimpleProposable.Election
SimpleProposable.RemovedBy
SimpleProposable.RemovalElection
SimpleProposable.Settlement
SimpleProposable.CurrentEditingUser
SimpleProposable.RequiresHost
SimpleProposable.RequiresSlot
SimpleProposable.IsActive
SimpleProposable.WasRemoved
SimpleProposable.IHostedObject.HostingSettlement
SimpleProposable.IHostedObject.CanBeEdited
SimpleProposable.IHostedObject.ExpirationWarningsIssued
SimpleEntry.PostLoad()
SimpleEntry.CreatorText(Player)
SimpleEntry.ToString()
SimpleEntry.SaveInRegistrar()
SimpleEntry.UILinkContent()
SimpleEntry.UILinkContent(Boolean)
SimpleEntry.UILinkContent(SimpleEntry.NamingOptions)
SimpleEntry.ReInitialize()
SimpleEntry.MarkDirty()
SimpleEntry.UserDescription
SimpleEntry.Name
SimpleEntry.Creator
SimpleEntry.NameSuffix
SimpleEntry.CreationTime
SimpleEntry.CachedValidity
SimpleEntry.IsDestroyed
SimpleEntry.OnValidityChanged
SimpleEntry.Initialized
SimpleEntry.MarkedUpName
SimpleEntry.Id
SimpleEntry.IconName
SimpleEntry.Registrar
SimpleEntry.WorldTimeSinceCreation
SimpleEntry.CanBeDeleted
SimpleEntry.TextName
SimpleEntry.Scannable
SimpleEntry.Style
SimpleEntry.ControllerID
SimpleEntry.TrueResult
SimpleEntry.Subscriptions
SimpleEntry.PropertyChanged
Namespace: Eco.Gameplay.Civics.Constitutional
Assembly: Eco.Gameplay.dll
Syntax
public class ConstitutionalAmendment : SimpleProposable, ILinkableParameterized<SimpleEntry.NamingOptions>, ICachesValidity, IProposable, IHasID, IReInitializable, IHasReferenceableSerializableID, IHostedObject, INamed, IHasTeleportOption, IHasSerializableID, ILinkableParameterized<bool>, ILinkable, ISuffixName, ISingleEditingUser, IPlayerUseTracking, IThreadSafeSubscriptions, ISubscriptions<ThreadSafeSubscriptions>, ISubscriptions, ISettlementAssociated, INotifyPropertyChanged, IRPCAuthChecks, IHasClientControlledContainers, IController, IViewController, IHasUniversalID, IDescribable, ICustomValidity, IValidity, ICopyable, INotifyRecursiveChanged, IHasSubRegistrarEntries

Constructors

ConstitutionalAmendment()

Declaration
public ConstitutionalAmendment()

Properties

DescribedWithTable

Declaration
public override bool DescribedWithTable { get; }
Property Value
Type Description
System.Boolean
Overrides
SimpleProposable.DescribedWithTable

NewArticles

Declaration
public ControllerList<CivicArticle> NewArticles { get; set; }
Property Value
Type Description
ControllerList<CivicArticle>

RemoveExistingArticles

Declaration
public ControllerList<CivicArticle> RemoveExistingArticles { get; set; }
Property Value
Type Description
ControllerList<CivicArticle>

SubRegistrarEntries

Declaration
public IEnumerable<IHasID> SubRegistrarEntries { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<IHasID>

Methods

CopyFrom(Object)

Declaration
public CopyResult CopyFrom(object source)
Parameters
Type Name Description
System.Object source
Returns
Type Description
CopyResult

Description()

Declaration
[NewTooltip]
public override LocString Description()
Returns
Type Description
LocString
Overrides
SimpleEntry.Description()

Destroyed()

Declaration
public override void Destroyed()
Overrides
SimpleProposable.Destroyed()

Initialize()

Declaration
public override void Initialize()
Overrides
SimpleProposable.Initialize()

OnBeforeStateChangeInternal(ProposableState, CivicsUtils.StateChangeDetailFlags)

Declaration
public override void OnBeforeStateChangeInternal(ProposableState newState, CivicsUtils.StateChangeDetailFlags flags)
Parameters
Type Name Description
ProposableState newState
CivicsUtils.StateChangeDetailFlags flags
Overrides
SimpleProposable.OnBeforeStateChangeInternal(ProposableState, CivicsUtils.StateChangeDetailFlags)

OnRecursiveChange(PropertyInfo, Object)

Declaration
public void OnRecursiveChange(PropertyInfo prop, object objParent)
Parameters
Type Name Description
System.Reflection.PropertyInfo prop
System.Object objParent

OnStateChangedInternal(ProposableState, CivicsUtils.StateChangeDetailFlags)

Declaration
public override void OnStateChangedInternal(ProposableState oldState, CivicsUtils.StateChangeDetailFlags flags)
Parameters
Type Name Description
ProposableState oldState
CivicsUtils.StateChangeDetailFlags flags
Overrides
SimpleProposable.OnStateChangedInternal(ProposableState, CivicsUtils.StateChangeDetailFlags)

Valid()

Declaration
public override Result Valid()
Returns
Type Description
Result
Overrides
SimpleProposable.Valid()

Implements

ILinkableParameterized<T>
ICachesValidity
IProposable
IHasID
IReInitializable
IHasReferenceableSerializableID
IHostedObject
INamed
IHasTeleportOption
IHasSerializableID
ILinkableParameterized<T>
ILinkable
ISuffixName
ISingleEditingUser
IPlayerUseTracking
IThreadSafeSubscriptions
ISubscriptions<TSubscriptionsList>
ISubscriptions
ISettlementAssociated
System.ComponentModel.INotifyPropertyChanged
IRPCAuthChecks
IHasClientControlledContainers
IController
IViewController
IHasUniversalID
IDescribable
ICustomValidity
IValidity
ICopyable
INotifyRecursiveChanged
IHasSubRegistrarEntries

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
ILinkableTooltipLibrary.SimpleProposableLinkClicked(SimpleProposable)
MiscTooltipLibrary.SimpleEntryTooltip(SimpleEntry, User)
MiscTooltipLibrary.SimpleEntryTitle(SimpleEntry)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾