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 SourceDeleteRestrictionResult(RestrictionResult)
Initialize a new restriction class
Declaration
public DeleteRestrictionResult(RestrictionResult result)
Parameters
Type | Name | Description |
---|---|---|
RestrictionResult | result |
Properties
| Improve this Doc View SourceMessage
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 |
Result
Result of the mode
Declaration
public RestrictionResult Result { get; set; }
Property Value
Type | Description |
---|---|
RestrictionResult |