Search Results for

    Show / Hide Table of Contents
    View Source

    Class ModelBindingErrorNotification

    Contains event data for the event.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Notifications
    Assembly: Umbraco.Core.dll
    Syntax
    public class ModelBindingErrorNotification : INotification

    Constructors

    View Source

    ModelBindingErrorNotification(Type, Type, StringBuilder)

    Initializes a new instance of the ModelBindingErrorNotification class.

    Declaration
    public ModelBindingErrorNotification(Type sourceType, Type modelType, StringBuilder message)
    Parameters
    Type Name Description
    Type sourceType
    Type modelType
    System.Text.StringBuilder message

    Properties

    View Source

    Message

    Gets the message string builder.

    Declaration
    public StringBuilder Message { get; }
    Property Value
    Type Description
    System.Text.StringBuilder
    Remarks

    Handlers of the event can append text to the message.

    View Source

    ModelType

    Gets the type of the view model.

    Declaration
    public Type ModelType { get; }
    Property Value
    Type Description
    Type
    View Source

    SourceType

    Gets the type of the source object.

    Declaration
    public Type SourceType { get; }
    Property Value
    Type Description
    Type
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ModelBindingErrorNotification(Type, Type, StringBuilder)
    • Properties
      • Message
      • ModelType
      • SourceType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX