Show / Hide Table of Contents

Class PlayerDataEditModule.PDEdit

Inheritance
System.Object
PlayerDataEditModule.PDEdit
Implements
System.IEquatable<PlayerDataEditModule.PDEdit>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class PDEdit : IEquatable<PlayerDataEditModule.PDEdit>

Constructors

| Improve this Doc View Source

PDEdit(String, Object)

Declaration
public PDEdit(string FieldName, object Value)
Parameters
Type Name Description
System.String FieldName
System.Object Value

Properties

| Improve this Doc View Source

FieldName

Declaration
public string FieldName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object

Methods

| Improve this Doc View Source

Apply()

Declaration
public void Apply()

Implements

System.IEquatable<T>

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX