Home MemberGenerationContext Class
MemberGenerationContext Class
Cancel

MemberGenerationContext Class

Namespace: Json.Schema.Generation

Inheritance: MemberGenerationContext 🡒 SchemaGenerationContextBase 🡒 object

Provides context for object members to include those attributes.

Properties

NameTypeSummary
AttributesList<Attribute>Gets the set of member attributes.
BasedOnTypeGenerationContextGets the context this is based on.
IntentsList<ISchemaKeywordIntent>The keyword intents required for this type.
NullableRefboolIndicates whether the member is marked as a nullable reference type.
ParameterintGets or sets the generic parameter that this context represents. A null value (default) represents the root type.
TypeTypeThe type.
Contents