Share via


ImplicitExpressionEditHandler Class

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides edit handler for implicit expression.

Inheritance Hierarchy

System.Object
  System.Web.Razor.Editor.SpanEditHandler
    System.Web.Razor.Editor.ImplicitExpressionEditHandler

Namespace:  System.Web.Razor.Editor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Class ImplicitExpressionEditHandler _
    Inherits SpanEditHandler
'Usage
Dim instance As ImplicitExpressionEditHandler
public class ImplicitExpressionEditHandler : SpanEditHandler
public ref class ImplicitExpressionEditHandler : public SpanEditHandler
type ImplicitExpressionEditHandler =  
    class 
        inherit SpanEditHandler 
    end
public class ImplicitExpressionEditHandler extends SpanEditHandler

The ImplicitExpressionEditHandler type exposes the following members.

Constructors

  Name Description
Public method ImplicitExpressionEditHandler Initializes a new instance of the ImplicitExpressionEditHandler class.

Top

Properties

  Name Description
Public property AcceptedCharacters This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the accepted characters. (Inherited from SpanEditHandler.)
Public property AcceptTrailingDot This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the expression accepts trailing dot.
Public property EditorHints This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the editor hints. (Inherited from SpanEditHandler.)
Public property Keywords This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keywords associated with the expression.
Public property Tokenizer This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the method used to parse string into tokens. (Inherited from SpanEditHandler.)

Top

Methods

  Name Description
Public method ApplyChange(Span, TextChange) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span. (Inherited from SpanEditHandler.)
Public method ApplyChange(Span, TextChange, Boolean) This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span. (Inherited from SpanEditHandler.)
Protected method CanAcceptChange This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parse that can accept change. (Overrides SpanEditHandler.CanAcceptChange(Span, TextChange).)
Public method Equals This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the specified object is equal to the current object. (Overrides SpanEditHandler.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this current instance. (Overrides SpanEditHandler.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OwnsChange This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span owns the specified change. (Inherited from SpanEditHandler.)
Public method ToString This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this current instance. (Overrides SpanEditHandler.ToString().)
Protected method UpdateSpan This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Updates the span using the normalized change. (Inherited from SpanEditHandler.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Razor.Editor Namespace