Show / Hide Table of Contents

    Class CipItemFlagExtensions

    Helper class that contains extension methods for CipItemFlags.

    Inheritance
    System.Object
    CipItemFlagExtensions
    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: Fibula.Parsing.CipFiles.Extensions
    Assembly: Fibula.Parsing.CipFiles.dll
    Syntax
    public static class CipItemFlagExtensions

    Methods

    | Improve this Doc View Source

    ToItemFlag(CipItemFlag)

    Converts a CipItemFlag to an ItemFlag.

    Declaration
    public static ItemFlag? ToItemFlag(this CipItemFlag cipFlag)
    Parameters
    Type Name Description
    CipItemFlag cipFlag

    The CIP item flag to convert.

    Returns
    Type Description
    System.Nullable<ItemFlag>

    The ItemFlag picked, if any.

    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.