Interface INameConversion
Namespace: Boomack.Client
Assembly: NBoomackClient.dll
Syntax
public interface INameConversion
Methods
FromModel(string)
Declaration
string FromModel(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| string |
ToModel(string)
Declaration
string ToModel(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| string |