Class
PivotGridXmlaDataProviderCredentials

Specifies a column.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class PivotGridXmlaDataProviderCredentials : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBasePivotGridXmlaDataProviderCredentials

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

Constructors

PivotGridXmlaDataProviderCredentials()

Declaration

cs-api-definition
public PivotGridXmlaDataProviderCredentials()

Properties

Domain

Gets or sets the domain for the network credentials will be used.

Declaration

cs-api-definition
[Parameter]
public string Domain { get; set; }

Property Value

string

Password

Gets or sets the password for the network credentials that will be used.

Declaration

cs-api-definition
[Parameter]
public string Password { get; set; }

Property Value

string

Username

Gets or sets the user name for the network credentials that will be used.

Declaration

cs-api-definition
[Parameter]
public string Username { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides ComponentBase.OnInitialized()