Crainiate Community

Support and discussion for users of Crainiate component software products
Welcome to Crainiate Community Sign in | Join | Help
in Search

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: Previous Next
  • 12-28-2006 5:13 PM

    About the way deployment works..

    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

    Re: About the way deployment works..

    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)