ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Extension - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Extension

    Inheritance
    System.Object
    Extension
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Reports.EJ
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class Extension

    Constructors

    Extension()

    Declaration
    public Extension()

    Properties

    AssemblyLocation

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

    AssemblyName

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

    ClassType

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

    CustomProperties

    Declaration
    public Dictionary<string, object> CustomProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    ExtensionInstance

    Declaration
    public object ExtensionInstance { get; set; }
    Property Value
    Type Description
    System.Object

    ExtensionObjectType

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

    ExtensionType

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved