Show / Hide Table of Contents

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 Source

AppCenterErrorSearchModel(IList<AppCenterError>)

Declaration
public AppCenterErrorSearchModel(IList<AppCenterError> errors)
Parameters
Type Name Description
System.Collections.Generic.IList<AppCenterError> errors

Properties

View Source

Errors

Declaration
public IList<AppCenterError> Errors { get; }
Property Value
Type Description
System.Collections.Generic.IList<AppCenterError>
  • View Source
In This Article
Back to top Generated by DocFX