Search Results for

    Show / Hide Table of Contents

    Class Activity

    Inheritance
    System.Object
    Activity
    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: Dangl.GiteaOrgManager.Client
    Assembly: Dangl.GiteaOrgManager.dll
    Syntax
    public class Activity

    Properties

    | Improve this Doc View Source

    Act_user

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

    Act_user_id

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

    Comment

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

    Comment_id

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

    Content

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

    Created

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

    Id

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

    Is_private

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

    Op_type

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

    Ref_name

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

    Repo

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

    Repo_id

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

    User_id

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