Search Results for

    Show / Hide Table of Contents

    Class ConfigEntityEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ConfigEntityEventArgs
    Inherited Members
    System.EventArgs.Empty
    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: FreeSql.Aop
    Assembly: FreeSql.dll
    Syntax
    public class ConfigEntityEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ConfigEntityEventArgs(Type)

    Declaration
    public ConfigEntityEventArgs(Type entityType)
    Parameters
    Type Name Description
    System.Type entityType

    Properties

    | Improve this Doc View Source

    EntityType

    实体类型

    Declaration
    public Type EntityType { get; }
    Property Value
    Type Description
    System.Type
    | Improve this Doc View Source

    ModifyIndexResult

    索引配置

    Declaration
    public List<IndexAttribute> ModifyIndexResult { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IndexAttribute>
    | Improve this Doc View Source

    ModifyResult

    实体配置

    Declaration
    public TableAttribute ModifyResult { get; }
    Property Value
    Type Description
    TableAttribute
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX