-
When I fetch MyObj I need to add some addition information from another BO before MyObj is returned.
If I pass a BO as a parameter to my client-side fetch -GetMyObj(BO)- will it be serialized and …
-
I understand that. But shouldn't such a property _not_ change the dirty state?
A possible use case: Summary of X other properties.
Sending that over the wire is unnecessary due to the …
-
With 4.6.401, I'm declaring a child collection in the usual way, but the analyser is giving the above warning.
The property declaration looks like this:
```
public static readonly PropertyInfo Roles…
-
Has anyone used CSLA .NET in a HoloLens application created in Unity3D? I'm working on an application that has to load information about a room from the server. CSLA seems like a perfect choice for ha…
-
I have a `ProjectEdit` object (EditableRoot) with a Vendors property that lazy loads a `VendorCollection` (EditableChildCollection) like this:
```
public static readonly PropertyInfo VendorsProper…
-
Consultar en un solo pedido la información de:
1. Registros: http://api.biodiversidad.co/api/v1.5/occurrence/count
2. Cantidad de especies
3. Georreferenciados: api.biodiversidad.co/api/v1.5/occu…
-
#### Mostrar los tags de nuestro repositorio
`$ svn ls -v ^/tags`
-
Why do we have a Businessbase under CslaBaseTypes folder?
Thanks
-
Hi,
We recently upgraded CSLA from 1.0 to 4.0 in our application. When I try to delete data (which was created before upgrade) using EditableList.Remove + Save, it does not delete. But if i use same …
-
Looking at config (https://github.com/samuelmr/nordpool-node/blob/master/src/config.ts), the nordpool urls seem to go to /marketdata/, but aren't those shutting down soon? Ref:
https://www.nordpoolgr…