Search Results for

    Show / Hide Table of Contents

    Class ConfigEntityPropertyEventArgs

    Inheritance
    System.Object
    System.EventArgs
    ConfigEntityPropertyEventArgs
    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 ConfigEntityPropertyEventArgs : EventArgs

    Constructors

    | Improve this Doc View Source

    ConfigEntityPropertyEventArgs(Type, PropertyInfo)

    Declaration
    public ConfigEntityPropertyEventArgs(Type entityType, PropertyInfo property)
    Parameters
    Type Name Description
    System.Type entityType
    System.Reflection.PropertyInfo property

    Properties

    | Improve this Doc View Source

    EntityType

    实体类型

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

    ModifyResult

    实体的属性配置

    Declaration
    public ColumnAttribute ModifyResult { get; }
    Property Value
    Type Description
    ColumnAttribute
    | Improve this Doc View Source

    Property

    实体的属性

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