Search Results for

    Show / Hide Table of Contents

    Class BcfFile

    Inheritance
    System.Object
    BcfFile
    Namespace: IPA.Bcfier.Models.Bcf
    Assembly: IPA.Bcfier.dll
    Syntax
    public class BcfFile : object

    Properties

    | Improve this Doc View Source

    FileAttachments

    Declaration
    public List<BcfFileAttachment> FileAttachments { get; set; }
    Property Value
    Type Description
    List<BcfFileAttachment>
    | Improve this Doc View Source

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Project

    Declaration
    public BcfProject Project { get; set; }
    Property Value
    Type Description
    BcfProject
    | Improve this Doc View Source

    ProjectExtensions

    Declaration
    public BcfProjectExtensions ProjectExtensions { get; set; }
    Property Value
    Type Description
    BcfProjectExtensions
    | Improve this Doc View Source

    Topics

    Declaration
    public List<BcfTopic> Topics { get; set; }
    Property Value
    Type Description
    List<BcfTopic>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH