ImplicitExpressionEditHandler Methods

Include Protected Members
Include Inherited Members

The ImplicitExpressionEditHandler type exposes the following members.

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

See Also

Reference

ImplicitExpressionEditHandler Class

System.Web.Razor.Editor Namespace