Click or drag to resize

OpenApiServiceCategoryCodeFiles Property

Generated code files for reused and private Open API Schema

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public SerializableDictionary<string, string> CodeFiles { get; }

Property Value

Type: SerializableDictionaryString, String
SerializableDictionaryTKey, TValue where the TKey will be the name of the schema, and TValue will be the content of the source code.
See Also