Class AnalysisResultVM
Inheritance
System.Object
AnalysisResultVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AnalysisResultVM : CloudBaseVM
Properties
CollectionName
Declaration
public string CollectionName { get; set; }
Property Value
Type |
Description |
System.String |
|
Detail
Declaration
public string Detail { get; set; }
Property Value
Type |
Description |
System.String |
|
FileId
Declaration
public string FileId { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Level
Declaration
public ProblemLevel Level { get; set; }
Property Value
NewSize
Declaration
public long NewSize { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Signature
Declaration
public string Signature { get; set; }
Property Value
Type |
Description |
System.String |
|
SubscriptionId
Declaration
public string SubscriptionId { get; set; }
Property Value
Type |
Description |
System.String |
|
Type
Declaration
public ProblemType Type { get; set; }
Property Value