C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
APITypeAliasAttribute.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
AnalyzeRe.Attributes
4
{
7
[AttributeUsage(AttributeTargets.Class, Inherited =
false
)]
8
public
class
APITypeAliasAttribute
: Attribute
9
{
11
public
string
TypeName
{
get
;
private
set
; }
12
16
public
APITypeAliasAttribute
(
string
typeName)
17
{
18
TypeName
= typeName;
19
}
20
}
21
}
AnalyzeRe.Attributes.APITypeAliasAttribute
Specifies the name of the type on the API if it differs from the class name - used for serializing an...
Definition
APITypeAliasAttribute.cs:9
AnalyzeRe.Attributes.APITypeAliasAttribute.TypeName
string TypeName
The string to supply as the _type of this class when serializing.
Definition
APITypeAliasAttribute.cs:11
AnalyzeRe.Attributes.APITypeAliasAttribute.APITypeAliasAttribute
APITypeAliasAttribute(string typeName)
Specify the name of the type on the API if it differs.
Definition
APITypeAliasAttribute.cs:16
AnalyzeRe.Attributes
Definition
APITypeAliasAttribute.cs:4
src
AnalyzeRe.Client
Attributes
APITypeAliasAttribute.cs
Generated on Thu Sep 26 2024 17:41:00 for C# Client Library by
1.9.8