Class HouseholdAsset
Something that a household can own.
Namespace: Backend
Assembly: cs.temp.dll.dll
Syntax
public class HouseholdAssetProperties
Owner
Owner of the asset.
Declaration
public Household Owner { get; }Property Value
| Type | Description | 
|---|---|
| Household | 
Methods
SetOwner(Household)
Set the owner.
Declaration
public virtual void SetOwner(Household owner)Parameters
| Type | Name | Description | 
|---|---|---|
| Household | owner | Owner. |