IdeaBlade DevForce 2010 Help Reference
ObjectServerElement Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Configuration Namespace : ObjectServerElement Class



Represents configuration information for the EntityServer.

Object Model

ObjectServerElement ClassClientSettingsElement ClassServerSettingsElement Class

Syntax

Visual Basic (Declaration) 
Public Class ObjectServerElement 
Visual Basic (Usage)Copy Code
Dim instance As ObjectServerElement
C# 
public class ObjectServerElement 
C++/CLI 
public ref class ObjectServerElement 

Remarks

Corresponds to the objectServer element in the IdeaBlade configuration section.

Information here can apply to either or both the client and server. In 2-tier configurations in which an application server is not used, you may still need to include ServerSettings in order to configure the local data service. In n-tier configurations, you will need to specify ObjectServerElement.RemoteBaseUrl and other information, and on the client use the ClientSettings to enable or disable use of the application server; while on the server, the ServerSettings are used to determine security and other settings.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.Configuration.ObjectServerElement

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.