DataWeb
Search Results for

    Show / Hide Table of Contents

    Class MediaFilter

    Inheritance
    object
    MediaFilter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Media
    Assembly: DataWeb.Core.dll
    Syntax
    public class MediaFilter

    Properties

    Code

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    string

    Height

    Declaration
    public int? Height { get; set; }
    Property Value
    Type Description
    int?

    IdMaster

    Declaration
    public string IdMaster { get; set; }
    Property Value
    Type Description
    string

    IsCutDisabled

    Declaration
    public bool IsCutDisabled { get; set; }
    Property Value
    Type Description
    bool

    ResizeMode

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

    TagName

    Declaration
    public string TagName { get; set; }
    Property Value
    Type Description
    string

    VersionCulture

    Declaration
    public string VersionCulture { get; set; }
    Property Value
    Type Description
    string

    VersionName

    Declaration
    public string VersionName { get; set; }
    Property Value
    Type Description
    string

    Width

    Declaration
    public int? Width { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX