Search Results for

    Show / Hide Table of Contents

    Class SingleViewControllerCustomViewParams

    The parameters for the IBaseDefaultSingleView<T> when used with a BaseDefaultSingleViewCustomController<T> indicating which ICustomView definition should be loaded in the view itself

    Inheritance
    System.Object
    SerializedParam
    ViewSerializedParam
    SingleViewControllerCustomViewParams
    Implements
    ICloneable
    ICloneable<ViewSerializedParam>
    ICloneable<SingleViewControllerCustomViewParams>
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ViewSerializedParam.ViewName
    ViewSerializedParam.ViewIcon
    ViewSerializedParam.VisibleFormula
    ViewSerializedParam.Visible
    ViewSerializedParam.VisibleOnlyToRoles
    ViewSerializedParam.AddVisibleOnlyToRole(Guid)
    ViewSerializedParam.RemoveVisibleOnlyToRole(Guid)
    ViewSerializedParam.IsVisible
    ViewSerializedParam.EvaluateVisibilityFormula(DisplayableItemDescriptor, ModelLayoutDisplayerController, IModelView, IBaseEntity)
    ViewSerializedParam.CopyFromSource(ViewSerializedParam)
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    [DataContract]
    public class SingleViewControllerCustomViewParams : ViewSerializedParam, ICloneable, ICloneable<ViewSerializedParam>, ICloneable<SingleViewControllerCustomViewParams>, INotifyPropertyChanged

    Properties

    CustomViewID

    The id of the ICustomView that the BaseDefaultSingleViewCustomController<T> should use to dynamically create controls in the IBaseDefaultSingleView<T>

    Declaration
    public Guid CustomViewID { get; set; }
    Property Value
    Type Description
    System.Guid

    CustomViewID_Label

    The label for the CustomViewID selected, if any

    Declaration
    public string CustomViewID_Label { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    Clone()

    Declaration
    public SingleViewControllerCustomViewParams Clone()
    Returns
    Type Description
    SingleViewControllerCustomViewParams

    CopyFromParam(SerializedParam)

    Declaration
    protected override void CopyFromParam(SerializedParam source)
    Parameters
    Type Name Description
    SerializedParam source
    Overrides
    ViewSerializedParam.CopyFromParam(SerializedParam)

    CopyFromSource(SingleViewControllerCustomViewParams)

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

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    ViewSerializedParam.CreateNewParam()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    ICloneable
    ICloneable<T>
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.