Search Results for

    Show / Hide Table of Contents

    Class BcfComment

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

    Properties

    | Improve this Doc View Source

    Author

    Declaration
    public string Author { 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

    Id

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

    ModifiedBy

    Declaration
    public string ModifiedBy { 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

    Text

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

    ViewpointId

    Declaration
    public Guid? ViewpointId { get; set; }
    Property Value
    Type Description
    System.Nullable<Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH