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()
Assembly: Dangl.GiteaOrgManager.dll
Syntax
Properties
|
Improve this Doc
View Source
Act_user
Declaration
public User Act_user { get; set; }
Property Value
|
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
Declaration
public Comment Comment { get; set; }
Property Value
|
Improve this Doc
View Source
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
|
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> |
|