![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Specifies one or more aliases to be used as synonyms for the property's name. More...
Public Member Functions | |
| PropertyAlias (string propertyAlias) | |
| Provide the property with a single alias. | |
| PropertyAlias (string[] propertyAliases) | |
| Provide the property with a list of aliases. | |
Properties | |
| string[] | Aliases [get] |
| The aliases associated with this property. | |
Specifies one or more aliases to be used as synonyms for the property's name.
Definition at line 7 of file PropertyAlias.cs.
|
inline |
Provide the property with a single alias.
| propertyAlias | A single alias for this property. |
Definition at line 14 of file PropertyAlias.cs.
|
inline |
Provide the property with a list of aliases.
| propertyAliases | A list of aliases for this property. |
Definition at line 20 of file PropertyAlias.cs.
|
get |
The aliases associated with this property.
Definition at line 10 of file PropertyAlias.cs.