Show / Hide Table of Contents

    Class CheckClearAttributesAttribute

    Attribute that records if it was cleared or not. this is used for testing that was called correctly.

    Inheritance
    System.Object
    CheckClearAttributesAttribute
    Implements
    ICheckClearAttributesAttribute
    IAttribute
    Namespace: Lucene.Net.Analysis
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public sealed class CheckClearAttributesAttribute : Attribute, ICheckClearAttributesAttribute, IAttribute

    Methods

    | Improve this Doc View Source

    Clear()

    Declaration
    public override void Clear()
    | Improve this Doc View Source

    CopyTo(IAttribute)

    Declaration
    public override void CopyTo(IAttribute target)
    Parameters
    Type Name Description
    IAttribute target
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object other)
    Parameters
    Type Name Description
    System.Object other
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetAndResetClearCalled()

    Declaration
    public bool GetAndResetClearCalled()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Implements

    ICheckClearAttributesAttribute
    IAttribute
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)