Class UpdateSetting<TSettings>
Namespace: Unity.Reflect.Actors
Syntax
public class UpdateSetting<TSettings>
where TSettings : class
Type Parameters
| Name | Description |
|---|---|
| TSettings |
Constructors
UpdateSetting(String, String, Object)
Declaration
public UpdateSetting(string id, string fieldName, object newValue)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | |
| String | fieldName | |
| Object | newValue |
Fields
FieldName
Declaration
public string FieldName
Field Value
| Type | Description |
|---|---|
| String |
Id
Declaration
public string Id
Field Value
| Type | Description |
|---|---|
| String |
NewValue
Declaration
public object NewValue
Field Value
| Type | Description |
|---|---|
| Object |