Crainiate Community
Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community
Sign in
|
Join
|
Help
in
Objecto Framework 1.x
Component Software
(Entire Site)
Search
Home
Blogs
Forums
Crainiate Community
»
Component Software
»
Objecto Framework 1.x
»
About the way deployment works..
About the way deployment works..
Last post 12-28-2006 6:23 PM by
James Westgate
. 1 replies.
Page 1 of 1 (2 items)
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
12-28-2006 5:13 PM
Archer
Joined on 12-14-2006
Posts
21
About the way deployment works..
Reply
Contact
Just to clarify: Deplomyents works assembly-wise not namespace wise, am I correct? When deploying, any classes that inherit prim IPersistable will be deployed regardless the namespaces they belong to, Is this right?
82.45.255.253
12-28-2006 6:23 PM
In reply to
James Westgate
Joined on 01-21-2006
Posts
362
Re: About the way deployment works..
Reply
Contact
That is correct. All
IPersistable
classes will be deployed. You can control the deployment of certain types using the events raised by the class. This can allow you to check data in a table in case of conversion to another type, or to cancel the deployment of a particular type. The
PreDeployType
event is raised with a
PreDeployTypeEventArgs
parameter with a
Cancel
property that can be set to
true
to cancel the deployment of that type.
81.153.80.231
Page 1 of 1 (2 items)
© Crainiate Software 2008. All rights reserved.