Show / Hide Table of Contents

Class PlayerDataEditModule.PDEdit

Inheritance
object
PlayerDataEditModule.PDEdit
Implements
IEquatable<PlayerDataEditModule.PDEdit>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object, object)
object.ReferenceEquals(object, object)
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public record PlayerDataEditModule.PDEdit : IEquatable<PlayerDataEditModule.PDEdit>

Constructors

View Source

PDEdit(PDEdit)

Declaration
protected PDEdit(PlayerDataEditModule.PDEdit original)
Parameters
Type Name Description
PlayerDataEditModule.PDEdit original
View Source

PDEdit(string, object)

Declaration
public PDEdit(string FieldName, object Value)
Parameters
Type Name Description
string FieldName
object Value

Properties

View Source

EqualityContract

Declaration
protected virtual Type EqualityContract { get; }
Property Value
Type Description
Type
View Source

FieldName

Declaration
public string FieldName { get; init; }
Property Value
Type Description
string
View Source

Value

Declaration
public object Value { get; init; }
Property Value
Type Description
object

Methods

View Source

Apply()

Declaration
public void Apply()
View Source

Deconstruct(out string, out object)

Declaration
public void Deconstruct(out string FieldName, out object Value)
Parameters
Type Name Description
string FieldName
object Value
View Source

Equals(PDEdit?)

Declaration
public virtual bool Equals(PlayerDataEditModule.PDEdit? other)
Parameters
Type Name Description
PlayerDataEditModule.PDEdit other
Returns
Type Description
bool
View Source

Equals(object?)

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
object.GetHashCode()
View Source

PrintMembers(StringBuilder)

Declaration
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
Type Name Description
StringBuilder builder
Returns
Type Description
bool
View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Operators

View Source

operator ==(PDEdit?, PDEdit?)

Declaration
public static bool operator ==(PlayerDataEditModule.PDEdit? left, PlayerDataEditModule.PDEdit? right)
Parameters
Type Name Description
PlayerDataEditModule.PDEdit left
PlayerDataEditModule.PDEdit right
Returns
Type Description
bool
View Source

operator !=(PDEdit?, PDEdit?)

Declaration
public static bool operator !=(PlayerDataEditModule.PDEdit? left, PlayerDataEditModule.PDEdit? right)
Parameters
Type Name Description
PlayerDataEditModule.PDEdit left
PlayerDataEditModule.PDEdit right
Returns
Type Description
bool

Implements

IEquatable<T>

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX