C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IAPI_Polymorphic.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
2
3namespace AnalyzeRe.APITypes
4{
6 public interface IAPI_Polymorphic
7 {
9 [DataMember(Order = 1, Name = APIType_Polymorphic.TypePropertyName)]
10 string type { get; }
11 }
12}
Base class used by all types and resources.
Describes a collection of resources which can be listed.
Interface for polymorphic types on the server.
string type
The server identifier for this resource's polymorphic sub-type.