Search Results for

    Show / Hide Table of Contents

    Class DisplayChannelSetting

    Inheritance
    System.Object
    DisplayChannelSetting
    ClientDisplayChannelSetting
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: ImageVault.EPiServer
    Assembly: ImageVault.EPiServer.dll
    Syntax
    public class DisplayChannelSetting

    Constructors

    DisplayChannelSetting()

    Declaration
    public DisplayChannelSetting()

    DisplayChannelSetting(DisplayChannelSetting)

    Declaration
    public DisplayChannelSetting(DisplayChannelSetting displayChannelSetting)
    Parameters
    Type Name Description
    DisplayChannelSetting displayChannelSetting

    Properties

    Active

    Declaration
    public bool Active { get; set; }
    Property Value
    Type Description
    System.Boolean

    ChannelName

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

    Height

    Declaration
    public int Height { get; set; }
    Property Value
    Type Description
    System.Int32

    ResizeMode

    Declaration
    public ResizeMode ResizeMode { get; set; }
    Property Value
    Type Description
    ResizeMode

    Width

    Declaration
    public int Width { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Equals(DisplayChannelSetting)

    Declaration
    protected bool Equals(DisplayChannelSetting other)
    Parameters
    Type Name Description
    DisplayChannelSetting other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    In This Article
    Back to top (c) Meriworks 2002-2022