ContainerFormItemGetKnownTypes Method |
Get the list of known types this form item uses (that includes all the items in its collection of form item.
Namespace: Geocortex.Forms.Client.ItemsAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic override IEnumerable<Type> GetKnownTypes()
Public Overrides Function GetKnownTypes As IEnumerable(Of Type)
Return Value
Type:
IEnumerableTypeList of known types.
RemarksThis is used for data contract serialization.
See Also