Table of Contents

Class AuditInfo

Namespace
Oqtane.Modules.Controls
Assembly
Oqtane.Client.dll
public class AuditInfo : ModuleControlBase, IModuleControl
Inheritance
object
ComponentBase
AuditInfo
Implements
Inherited Members

Properties

CreatedBy

[Parameter]
public string CreatedBy { get; set; }

Property Value

string

CreatedOn

[Parameter]
public DateTime? CreatedOn { get; set; }

Property Value

DateTime?

DateTimeFormat

[Parameter]
public string DateTimeFormat { get; set; }

Property Value

string

DeletedBy

[Parameter]
public string DeletedBy { get; set; }

Property Value

string

DeletedOn

[Parameter]
public DateTime? DeletedOn { get; set; }

Property Value

DateTime?

IsDeleted

[Parameter]
public bool IsDeleted { get; set; }

Property Value

bool

ModifiedBy

[Parameter]
public string ModifiedBy { get; set; }

Property Value

string

ModifiedOn

[Parameter]
public DateTime? ModifiedOn { get; set; }

Property Value

DateTime?

Style

[Parameter]
public string Style { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()