Class CopyPasteResultBase
Represents a base class for copy - paste result.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CopyPasteResultBase
Constructors
CopyPasteResultBase(Boolean, String, String)
Initializes a new instance of the CopyPasteResultBase class.
Declaration
protected CopyPasteResultBase(bool success, string errorMessage = "", string errorMessageLocalizationKey = "")
Parameters
System.Boolean
success
The success. |
System.String
errorMessage
The error message. |
System.String
errorMessageLocalizationKey
The error message localization key. |
Properties
ErrorMessage
Gets the error message.
Declaration
public string ErrorMessage { get; }
Property Value
System.String
The error message. |
Success
Gets a value indicating whether the paste was successful.
Declaration
public bool Success { get; }
Property Value
System.Boolean
The value indicating whether the paste was successful. |