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

Specifies the name of the type on the API if it differs from the class name - used for serializing and deserializing. More...

Public Member Functions

 APITypeAliasAttribute (string typeName)
 Specify the name of the type on the API if it differs.
 

Properties

string TypeName [get]
 The string to supply as the _type of this class when serializing.
 

Detailed Description

Specifies the name of the type on the API if it differs from the class name - used for serializing and deserializing.

Definition at line 8 of file APITypeAliasAttribute.cs.

Inheritance diagram for AnalyzeRe.Attributes.APITypeAliasAttribute:

Constructor & Destructor Documentation

◆ APITypeAliasAttribute()

AnalyzeRe.Attributes.APITypeAliasAttribute.APITypeAliasAttribute ( string  typeName)
inline

Specify the name of the type on the API if it differs.

Parameters
typeNameThe string to supply as the _type of this class when serializing.

Definition at line 16 of file APITypeAliasAttribute.cs.

Property Documentation

◆ TypeName

string AnalyzeRe.Attributes.APITypeAliasAttribute.TypeName
get

The string to supply as the _type of this class when serializing.

Definition at line 11 of file APITypeAliasAttribute.cs.


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