Class ActivityLogs
Represents a list of ActivityLog entries
Inheritance
System.Object
ActivityLogs
Implements
Namespace: HuduAPI.Records
Assembly: HuduAPI.dll
Syntax
public class ActivityLogs : IRecord
Constructors
ActivityLogs()
Declaration
public ActivityLogs()
ActivityLogs(List<ActivityLog>)
Declaration
public ActivityLogs(List<ActivityLog> activityList)
Parameters
| Type | Name | Description |
|---|---|---|
| List<ActivityLog> | activityList |
Properties
ActivityList
Declaration
public List<ActivityLog> ActivityList { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ActivityLog> |
Item[Int32]
Gets the System.Nullable<T> with the specified identifier.
Declaration
public ActivityLog this[int id] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | The identifier. |
Property Value
| Type | Description |
|---|---|
| ActivityLog | The System.Nullable<T>. |