Table of Contents

Method ChildTypeKey

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

ChildTypeKey(string?, string)

Resolves the type of a child element within a parent type.

public static string? ChildTypeKey(string? parentTypeKey, string childName)

Parameters

parentTypeKey string

The parent's type key, or null.

childName string

The child's local name.

Returns

string

The child's type key, or null when the schema does not describe it — the normal answer for the designer namespace and anything matched by xsd:any.