JsonContainerAttribute Properties |
The JsonContainerAttribute type exposes the following members.
Name | Description | |
---|---|---|
Description |
Gets or sets the description.
| |
Id |
Gets or sets the id.
| |
IsReference |
Gets or sets a value that indicates whether to preserve object references.
| |
ItemConverterParameters |
The parameter list to use when constructing the JsonConverter described by ItemConverterType.
If null, the default constructor is used.
When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
order, and type of these parameters.
| |
ItemConverterType |
Gets or sets the collection's items converter.
| |
ItemIsReference |
Gets or sets a value that indicates whether to preserve collection's items references.
| |
ItemReferenceLoopHandling |
Gets or sets the reference loop handling used when serializing the collection's items.
| |
ItemTypeNameHandling |
Gets or sets the type name handling used when serializing the collection's items.
| |
NamingStrategyParameters |
The parameter list to use when constructing the NamingStrategy described by NamingStrategyType.
If null, the default constructor is used.
When non-null, there must be a constructor defined in the NamingStrategy that exactly matches the number,
order, and type of these parameters.
| |
NamingStrategyType |
Gets or sets the Type of the NamingStrategy.
| |
Title |
Gets or sets the title.
| |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |