Class ContentAuditLogDto
- Namespace
- Biwen.QuickApi.Contents.Apis
- Assembly
- Biwen.QuickApi.Contents.dll
[AutoDto<ContentAuditLog>(new string[] { })]
[AutoDtoComplex(2)]
public record ContentAuditLogDto : IEquatable<ContentAuditLogDto>
- Inheritance
-
ContentAuditLogDto
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
ContentAuditLogDto()
public ContentAuditLogDto()
ContentAuditLogDto(ContentAuditLogDto)
protected ContentAuditLogDto(ContentAuditLogDto original)
Parameters
original
ContentAuditLogDto
Properties
Action
[Required]
[StringLength(50)]
public string Action { get; set; }
Property Value
- string
Content
public ContentDto Content { get; set; }
Property Value
- ContentDto
ContentId
[Required]
public Guid ContentId { get; set; }
Property Value
- Guid
Details
[Required]
public string Details { get; set; }
Property Value
- string
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
- Type
Id
public Guid Id { get; set; }
Property Value
- Guid
OperatorId
[StringLength(100)]
public string? OperatorId { get; set; }
Property Value
- string
OperatorName
public string? OperatorName { get; set; }
Property Value
- string
Timestamp
[Required]
public DateTime Timestamp { get; set; }
Property Value
- DateTime
Methods
Equals(ContentAuditLogDto?)
public virtual bool Equals(ContentAuditLogDto? other)
Parameters
other
ContentAuditLogDto
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
- bool
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(ContentAuditLogDto?, ContentAuditLogDto?)
public static bool operator ==(ContentAuditLogDto? left, ContentAuditLogDto? right)
Parameters
left
ContentAuditLogDto
right
ContentAuditLogDto
Returns
- bool
operator !=(ContentAuditLogDto?, ContentAuditLogDto?)
public static bool operator !=(ContentAuditLogDto? left, ContentAuditLogDto? right)
Parameters
left
ContentAuditLogDto
right
ContentAuditLogDto
Returns
- bool