109 Commits (f99bd5dfcf32c655817299a9ffbaa755456461ba)

Author SHA1 Message Date
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei b8c9e8ed04 Enable nullable annotations for Volo.Abp.BlazoriseUI 3 years ago
liangshiwei a45a8873e8 Move Order to ExtensionPropertyUI 3 years ago
liangshiwei d48bd6e4b9 Update ObjectExtensionPropertyInfo.cs 3 years ago
liangshiwei d1245af4eb Add order to extended properties 3 years ago
Engincan VESKE 139f45de14 Allow Setting Extended Property as ReadOnly for Blazor UI 3 years ago
liangshiwei fdd547b852 Enable nullable annotations for Volo.Abp.ObjectExtending 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 8a9180af27
Validate `ExtensibleObject` when `MapExtraPropertiesTo`. 3 years ago
liangshiwei aa297abf20 Object Extensions supports Enum property 3 years ago
maliming 8c679dfffb The `Configuration` of the `property` cannot be deleted 4 years ago
Enis Necipoglu bff2d2ffc3 Add missing mapping for `Configuration` in ModuleExtensionConfigurationHelper 4 years ago
Halil İbrahim Kalkan 560ba6fce3 Allow to work with non-typed localization resources 4 years ago
maliming 1e9c0871a3
Introduce `IncludeNonPublicPropertiesModifiers`. 4 years ago
Halil İbrahim Kalkan ede078a4b1 Added extension method: HasSameExtraProperties 4 years ago
Halil İbrahim Kalkan 761a2180d1 Remove TODOs that we won't implement. 4 years ago
maliming dfe75c2a1d
Add `JsonInclude` to `ExtensibleObject ` & Remove `AbpHasExtraPropertiesJsonConverter`. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming 4c6cee1f36 Convert property to enum if necessary. 5 years ago
liangshiwei 156da08c0f Improved 5 years ago
liangshiwei e8b9ee6b90 remove IHasExtraProperties restrictions 5 years ago
Ilkay Ilknur 7e52a7ac14 order values by their keys. 5 years ago
ismail.yilmaz 5a3ba95a6e Removed mapped extra property from source 5 years ago
Halil İbrahim Kalkan c58644209c Added default values to summaries. 5 years ago
ismail.yilmaz 6e30183169 Use ContainsKey instead of Contains 5 years ago
ismail.yilmaz dfd5634085 Map ExtraProperties of an entity to regular properties of a type-safe dto 5 years ago
Ilkay Ilknur 55f8c1670c set lookup property display name to the text field. 5 years ago
Ilkay Ilknur 3ad30f972b lookup property fix. 5 years ago
Halil İbrahim Kalkan cd4a7200f9 Implement synchronization for object extensions. 5 years ago
Ilkay Ilknur 700f9884e6 hide lookup property from Getoperation and refactoring. 5 years ago
Ilkay Ilknur 59ee6f9ed4 add additional lookup text field. 5 years ago
Ilkay Ilknur 36aca102a1 add filterparam name to property config. 5 years ago
Ilkay Ilknur 32634cfdca add result items property name and move lookup config to the UI. 5 years ago
Ilkay Ilknur 476ae4bd11 ExtensionPropertyLookupConfiguration added. 5 years ago
Halil İbrahim Kalkan 7d4b876935 Move ExtraPropertyDictionary to its own file. 5 years ago
Halil İbrahim Kalkan c198dd8f9e Change Dictionary<string, object> to ExtraPropertyDictionary for IHasExtraProperties 5 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
maliming 356dcb6648 Handle nullable type. 6 years ago
maliming 21759b39f2 Handle GUID type before Change Type. 6 years ago
Halil İbrahim Kalkan 13177fc094 Update IHasExtraProperties.cs 6 years ago
Halil İbrahim Kalkan 2b3ea53bf6 Resolved #4351: Remove ObjectExtensionPropertyInfo.ValidationAttributes. 6 years ago
Halil İbrahim Kalkan f160b368a9 handle dates and datetimes on datatables MVC UI 6 years ago
Halil İbrahim Kalkan 2f0a7af7b3 Resolved #3984 Expose enum type & members to client side for extension properties. 6 years ago
Halil İbrahim Kalkan 2cd8311792 #3979: Allow to set custom "default value" for extra properties. 6 years ago
Halil İbrahim Kalkan 3345f7e988 Normalize UI/API configuration of an extension property if possible. 6 years ago
Halil İbrahim Kalkan 5f20c7726e Resolved #3978: ObjectExtensionManager should automatically add RequiredAttribute & EnumDataTypeAttribute when needed 6 years ago