Class MailingUnitBoundUserInterfaceState
Inheritance
System.Object
MailingUnitBoundUserInterfaceState
Assembly: Content.Shared.dll
Syntax
public sealed class MailingUnitBoundUserInterfaceState : BoundUserInterfaceState, IEquatable<MailingUnitBoundUserInterfaceState>
Constructors
|
Improve this Doc
View Source
MailingUnitBoundUserInterfaceState(SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState, Nullable<String>, List<String>, Nullable<String>)
Declaration
public MailingUnitBoundUserInterfaceState(SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState disposalState, string? target, List<string> targetList, string? tag)
Parameters
Fields
|
Improve this Doc
View Source
DisposalState
Declaration
public SharedDisposalUnitComponent.DisposalUnitBoundUserInterfaceState DisposalState
Field Value
|
Improve this Doc
View Source
Tag
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Target
Declaration
Field Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TargetList
Declaration
public List<string> TargetList
Field Value
Type |
Description |
List<System.String> |
|
Methods
|
Improve this Doc
View Source
Equals(MailingUnitBoundUserInterfaceState)
Declaration
public bool Equals(MailingUnitBoundUserInterfaceState other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Equals(Nullable<Object>)
Declaration
public override bool Equals(object? other)
Parameters
Type |
Name |
Description |
System.Nullable<System.Object> |
other |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Implements
IEquatable<>