API Reference / GeneratedFileResultAPI ReferenceClass GeneratedFileResultEdit on GitHubNamespace TestimoX.ConfigurationAssembly TestimoXSource TestimoX/Configuration/GeneratedFileResult.cs:7Modifiers sealedRepresents a generated file result.InheritanceObjectGeneratedFileResultFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic GeneratedFileResult() #TestimoX/Configuration/GeneratedFileResult.cs:7Inherited Methodspublic override Boolean Equals(Object obj) #TestimoX/Testing/ScaleDefinition.cs:47Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #TestimoX/Testing/ScaleDefinition.cs:33Returns: Int32Inherited from Objectpublic Type GetType() #TestimoX/Testing/ScaleDefinition.cs:43Returns: TypeInherited from Objectpublic override String ToString() #TestimoX/Testing/ScaleDefinition.cs:47Returns: StringInherited from ObjectPropertiespublic String Path { get; set; } #TestimoX/Configuration/GeneratedFileResult.cs:7Full path to the generated file.public String Kind { get; set; } #TestimoX/Configuration/GeneratedFileResult.cs:9Kind of file generated (e.g., Run, Service).public Boolean Created { get; set; } #TestimoX/Configuration/GeneratedFileResult.cs:11Indicates whether the file was created.