Search Results for

    Show / Hide Table of Contents

    Class DeleteRestrictionResult

    restriction result container class

    Inheritance
    System.Object
    DeleteRestrictionResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class DeleteRestrictionResult

    Constructors

    | Improve this Doc View Source

    DeleteRestrictionResult(RestrictionResult)

    Initialize a new restriction class

    Declaration
    public DeleteRestrictionResult(RestrictionResult result)
    Parameters
    Type Name Description
    RestrictionResult result

    Properties

    | Improve this Doc View Source

    Message

    Message which will be displayed when restriction mode is Restricted., to tell the user why the data can not be deleted. When restriction mode is PromptMessage, this should be a question which can be answered with Yes or No, which enables or disables deletion.

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Result

    Result of the mode

    Declaration
    public RestrictionResult Result { get; set; }
    Property Value
    Type Description
    RestrictionResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx