Class AppCenterErrorSearchModel
Represents the response when doing a Error search GET call to AppCenter.
Inheritance
System.Object
AppCenterErrorSearchModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.CrashSources
Assembly: CrashCABN.CrashSources.AppCenter.dll
Syntax
public class AppCenterErrorSearchModel
Constructors
View SourceAppCenterErrorSearchModel(IList<AppCenterError>)
Declaration
public AppCenterErrorSearchModel(IList<AppCenterError> errors)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<AppCenterError> | errors |
Properties
View SourceErrors
Declaration
public IList<AppCenterError> Errors { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AppCenterError> |