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 SourcePDEdit(String, Object)
Declaration
public PDEdit(string FieldName, object Value)
Parameters
Type | Name | Description |
---|---|---|
System.String | FieldName | |
System.Object | Value |
Properties
| Improve this Doc View SourceFieldName
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
| Improve this Doc View SourceApply()
Declaration
public void Apply()
Implements
System.IEquatable<T>