Table of Contents

Class TranslateField

Namespace
InSite.UI.Admin.Records.Rurbics.Controls
Assembly
InSite.UI.dll
public class TranslateField : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
TranslateField
Implements
Inherited Members

Constructors

TranslateField()

public TranslateField()

Fields

CommonScript

CommonScript control.

protected PageFooterContent CommonScript

Field Value

PageFooterContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FieldNameOriginal

FieldNameOriginal control.

protected Literal FieldNameOriginal

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

FieldNameTranslated

FieldNameTranslated control.

protected Literal FieldNameTranslated

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

OriginalValue

OriginalValue control.

protected HtmlGenericControl OriginalValue

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TranslateButton

TranslateButton control.

protected Button TranslateButton

Field Value

Button

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

TranslatedValue

TranslatedValue control.

protected HtmlGenericControl TranslatedValue

Field Value

HtmlGenericControl

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Properties

AllowTranslate

public bool AllowTranslate { get; set; }

Property Value

bool

FieldName

public string FieldName { get; set; }

Property Value

string

OnButtonClientClick

public string OnButtonClientClick { get; set; }

Property Value

string

TextOriginal

public string TextOriginal { get; set; }

Property Value

string

TextTranslated

public string TextTranslated { get; set; }

Property Value

string

Methods

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs