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

This attribute is used on IAPIType classes to indicate members (especially public properties) that exist primarily for internal use and generally aren't useful or relevant to end-user consumers of the object. More...

Detailed Description

This attribute is used on IAPIType classes to indicate members (especially public properties) that exist primarily for internal use and generally aren't useful or relevant to end-user consumers of the object.

It is recommended that when displaying properties of an object (e.g. as part of a user interface) that any members tagged with this attribute are ignored.

The System.Runtime.Serialization.IgnoreDataMemberAttribute has been used for this purpose in the past, but that attribute is specific to which properties are ignored during object serialization/deserialization. Those properties may still be relevant to the user however.

Definition at line 15 of file InternalMemberAttribute.cs.

Inheritance diagram for AnalyzeRe.Attributes.InternalMemberAttribute:

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