Class TranslateField
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
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CommonStyle
CommonStyle control.
protected PageHeadContent CommonStyle
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FieldNameOriginal
FieldNameOriginal control.
protected Literal FieldNameOriginal
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
FieldNameTranslated
FieldNameTranslated control.
protected Literal FieldNameTranslated
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
OriginalValue
OriginalValue control.
protected HtmlGenericControl OriginalValue
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslateButton
TranslateButton control.
protected Button TranslateButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TranslatedValue
TranslatedValue control.
protected HtmlGenericControl TranslatedValue
Field Value
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
FieldName
public string FieldName { get; set; }
Property Value
OnButtonClientClick
public string OnButtonClientClick { get; set; }
Property Value
TextOriginal
public string TextOriginal { get; set; }
Property Value
TextTranslated
public string TextTranslated { get; set; }
Property Value
Methods
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnPreRender(EventArgs)
protected override void OnPreRender(EventArgs e)