Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperDatasetUsageParameter

    Enumerates all configuration reporting any errors (some that weren't previously subject to validation) and recommendations.

    Inheritance
    object
    SerializedParam
    ServerTaskParameter
    SQLWrapperDatasetUsageParameter
    Implements
    ICloneable
    INotifyPropertyChanged
    Inherited Members
    ServerTaskParameter.ShouldAutomaticallyCreateTask(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.DisplayUserParamOnSave(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowSaveWithNoChangesForTaskCreation(IHasSaveProcessingTask, IEntityUpdater)
    ServerTaskParameter.AllowAutoCreateOnLockedItems
    SerializedParam.GetParam<T>(string)
    SerializedParam.GetParam<T>(byte[])
    SerializedParam.GetParam(string)
    SerializedParam.GetParam(string, bool)
    SerializedParam.GetParam(byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.CopyFromParam(SerializedParam)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API.Core.Tasks.Parameters
    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
    Type Description
    string

    Methods

    Clone()

    Declaration
    public SQLWrapperDatasetUsageParameter Clone()
    Returns
    Type Description
    SQLWrapperDatasetUsageParameter

    CopyFromSource(SQLWrapperDatasetUsageParameter)

    Declaration
    public void CopyFromSource(SQLWrapperDatasetUsageParameter source)
    Parameters
    Type Name Description
    SQLWrapperDatasetUsageParameter source

    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
    SerializedParam.CreateNewParam()

    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
    ServerTaskParameter.GetUserFriendlyTaskInstanceIdentityInfo(IServerTask)

    OnPropChanged(string)

    Declaration
    protected void OnPropChanged(string propName)
    Parameters
    Type Name Description
    string propName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler

    Implements

    ICloneable
    INotifyPropertyChanged

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.