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; }
<DataMemberAttribute>
Public ReadOnly Property CodeFiles As SerializableDictionary(Of String, String)
Get
public:
[DataMemberAttribute]
property SerializableDictionary<String^, String^>^ CodeFiles {
SerializableDictionary<String^, String^>^ get ();
}
[<DataMemberAttribute>]
member CodeFiles : SerializableDictionary<string, string> with get
Property Value
Type:
SerializableDictionaryString,
StringSerializableDictionaryTKey, TValue where the TKey will be the name of the schema, and TValue will be the content of the source code.
See Also