Search Results for

    Show / Hide Table of Contents

    Class BcfTopic

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

    Properties

    | Improve this Doc View Source

    AssignedTo

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

    Comments

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

    CreationAuthor

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

    CreationDate

    Declaration
    public DateTime? CreationDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    | Improve this Doc View Source

    Description

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

    DocumentReferences

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

    DueDate

    Declaration
    public DateTime? DueDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    | Improve this Doc View Source

    Files

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

    Id

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

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Labels

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

    ModifiedAuthor

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

    ModifiedDate

    Declaration
    public DateTime? ModifiedDate { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTime>
    | Improve this Doc View Source

    Priority

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

    ReferenceLinks

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

    RelatedTopicIds

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

    ServerAssignedId

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

    Stage

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

    Title

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

    TopicStatus

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

    TopicType

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

    Viewpoints

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