Class SQLWrapperDatasetUsageParameter
Enumerates all configuration reporting any errors (some that weren't previously subject to validation) and recommendations.
Inheritance
SQLWrapperDatasetUsageParameter
Assembly: LemonEdge.API.dll
Syntax
[DataContract]
[ServerTaskParameters("SQLWrapper and Dataset usage", "5641134D-60FE-4712-B18B-4E3F4C5B719A", Description = "Returns the references between SQLWrappers and Datasets.")]
public class SQLWrapperDatasetUsageParameter : ServerTaskParameter, ICloneable, INotifyPropertyChanged
Constructors
SQLWrapperDatasetUsageParameter()
Declaration
public SQLWrapperDatasetUsageParameter()
Fields
UNIQUE_TASK_ID
Declaration
public const string UNIQUE_TASK_ID = "5641134D-60FE-4712-B18B-4E3F4C5B719A"
Field Value
Methods
Clone()
Declaration
public SQLWrapperDatasetUsageParameter Clone()
Returns
CopyFromSource(SQLWrapperDatasetUsageParameter)
Declaration
public void CopyFromSource(SQLWrapperDatasetUsageParameter source)
Parameters
CreateNewParam()
Must be implemented by inheriting classes to provide a new instance of the current class type.
Used when cloning this SerializedParam to create a new instance of the same type
Declaration
protected override SerializedParam CreateNewParam()
Returns
Type |
Description |
SerializedParam |
A new instance of the current SerializedParam type
|
Overrides
GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)
Returns that this is a truncate entity server task
Declaration
public override string GetUserFriendlyTaskInstanceIdentityInfo(IServerTask task)
Parameters
Type |
Name |
Description |
IServerTask |
task |
The server task for processing the truncate entity
|
Returns
Type |
Description |
string |
A string stating that this is a truncate entity server task
|
Overrides
OnPropChanged(string)
Declaration
protected void OnPropChanged(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Implements
Extension Methods