C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Attributes.PropertyAlias Class Reference

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.
 

Detailed Description

Specifies one or more aliases to be used as synonyms for the property's name.

Definition at line 7 of file PropertyAlias.cs.

Inheritance diagram for AnalyzeRe.Attributes.PropertyAlias:

Constructor & Destructor Documentation

◆ PropertyAlias() [1/2]

AnalyzeRe.Attributes.PropertyAlias.PropertyAlias ( string  propertyAlias)
inline

Provide the property with a single alias.

Parameters
propertyAliasA single alias for this property.

Definition at line 14 of file PropertyAlias.cs.

◆ PropertyAlias() [2/2]

AnalyzeRe.Attributes.PropertyAlias.PropertyAlias ( string[]  propertyAliases)
inline

Provide the property with a list of aliases.

Parameters
propertyAliasesA list of aliases for this property.

Definition at line 20 of file PropertyAlias.cs.

Property Documentation

◆ Aliases

string [] AnalyzeRe.Attributes.PropertyAlias.Aliases
get

The aliases associated with this property.

Definition at line 10 of file PropertyAlias.cs.


The documentation for this class was generated from the following file: