kasen0177
kasen0177
Explore posts from servers
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
but doesnt seem to work with IEnumerable<>
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
there is documentaton on how to map it without explicitly naming the destination dto
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
No description
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
but i have to use like a big switch statement
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
currently i am mapping it with .Map<respectivedtos>(theentity)
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
yeah i created a base entity and a base dto
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
hey guys
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
or maybe im just tryna push something thats wrong too far
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
using automapper
15 replies
CC#
Created by kasen0177 on 7/23/2024 in #help
Help needed with design design
cuz if i want one function and i have 7 entities how do i dynamically map it to 7 dtos
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
so basically i want to transform that into raw sql
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
[
[ "dataField", "=", 10 ],
"and",
[
[ "anotherDataField", "<", 3 ],
"or",
[ "anotherDataField", ">", 11 ]
]
]
[
[ "dataField", "=", 10 ],
"and",
[
[ "anotherDataField", "<", 3 ],
"or",
[ "anotherDataField", ">", 11 ]
]
]
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
thats quite hard to parse
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
im trying to do filter serverside, so it gives me this object
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
for those ui components
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
its like a frontend library that handles UI/ and client side logic
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
raw sql
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
@friedice
15 replies
CC#
Created by kasen0177 on 6/14/2024 in #help
Devexpress loadOptions parse filter array, how to handle in serverside
[ ["Product_Current_Inventory", "<>", 0], "or", [ ["Product_Name", "contains", "HD"], "and", ["Product_Cost", "<", 200] ] ] oh yeah this is the format given by devexpress when you make remoteOperation = true and its part of an object return by the customStore. I am just trying to find a way to reformat this into somethinge easier to work with with the databasde
15 replies