[]
Gets the name after being resolved.
public override string ResolvePropertyName(string name, object value, Type type, IContext context)
Public Overrides Function ResolvePropertyName(name As String, value As Object, type As Type, context As IContext) As String
| Type | Name | Description |
|---|---|---|
| string | name | The name of the object. |
| object | value | The object value. |
| Type | type | The object type. |
| IContext | context | The context. |
| Type | Description |
|---|---|
| string | A string. |
Gets the property name for deserialization.
public virtual string ResolvePropertyName(string name)
Public Overridable Function ResolvePropertyName(name As String) As String
| Type | Name | Description |
|---|---|---|
| string | name | The specified property name. |
| Type | Description |
|---|---|
| string |