Skip to content

conquerer

My feedback

1 result found

  1. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Feature Requests  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    conquerer commented  · 

    [AttributeUsage(AttributeTargets.Property)]
    public class CustomFieldAttribute : AttributeBase
    {
    public string Sql { get; set; }
    public int Order { get; set; }

    public int? Order { get; set; }

    .
    .

    internal static ModelDefinition GetModelDefinition ( this Type modelType ) { ...
    if ( customFieldAttr != null && customFieldAttr.Order != null ) order = customFieldAttr.Order;

    may be ??

    conquerer shared this idea  · 

Feedback and Knowledge Base