Class VisitResult | Properties | 0.10.4-preview
docs.unity.cn
    Show / Hide Table of Contents

    Class VisitResult

    Inheritance
    Object
    VisitResult
    Namespace: Unity.Properties
    Syntax
    public class VisitResult : IDisposable

    Properties

    AllEvents

    Declaration
    public IEnumerable<VisitEvent> AllEvents { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Errors

    Declaration
    public IEnumerable<VisitEvent> Errors { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Exceptions

    Declaration
    public IEnumerable<VisitEvent> Exceptions { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Logs

    Declaration
    public IEnumerable<VisitEvent> Logs { get; }
    Property Value
    Type Description
    IEnumerable<VisitEvent>

    Succeeded

    Declaration
    public bool Succeeded { get; }
    Property Value
    Type Description
    Boolean

    Methods

    AddError(String)

    Declaration
    public void AddError(string message)
    Parameters
    Type Name Description
    String message

    AddException(Exception)

    Declaration
    public void AddException(Exception exception)
    Parameters
    Type Name Description
    Exception exception

    AddLog(String)

    Declaration
    public void AddLog(string message)
    Parameters
    Type Name Description
    String message

    Dispose()

    Declaration
    public void Dispose()

    GetPooled()

    Declaration
    public static VisitResult GetPooled()
    Returns
    Type Description
    VisitResult

    Throw()

    Declaration
    public void Throw()

    TransferEvents(VisitResult)

    Declaration
    public void TransferEvents(VisitResult result)
    Parameters
    Type Name Description
    VisitResult result
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX