Namespace: OpenEdge.DataAdmin.Binding.Factory
Type: Class LocalContextFactory
Parent Classes:
Inherits: OpenEdge.DataAdmin.Binding.Factory.AbstractContextFactory


/* Copyright (c) 2011,2013 by progress Software Corporation.
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
File:LocaContextFactory
Author(s):hdaniels
Created:Tue Sep 13 23:54:43 EDT 2011



Method Summary
  Options Name Purpose
  Destroy ()
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContext (character) /* override in local context to allow joins for many to many for new objects to use service for the other end of the relation */
  OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContextBySerializeName (character) /* override in local context to allow joins for many to many for new objects to use service for the other end of the relation */

Constructor Summary
  Options Name Purpose
  LocalContextFactory (IServiceContextFactory)

Property Summary
  Options Name Purpose
  LOGICAL IsLocal
  OpenEdge.DataAdmin.Binding.PartitionContext PartitionContext
  OpenEdge.DataAdmin.Binding.Factory.IServiceContextFactory ServiceFactory


Method Detail
Top

Destroy ()

Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContext (character)

/* override in local context to allow joins for many to many for new objects
to use service for the other end of the relation
Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel GetLookupContextBySerializeName (character)

/* override in local context to allow joins for many to many for new objects
to use service for the other end of the relation
Parameters:
pname CHARACTER
 
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
 


Constructor Detail
Top

LocalContextFactory (IServiceContextFactory)

Parameters:
pServiceFactory OpenEdge.DataAdmin.Binding.Factory.IServiceContextFactory
 


Property Detail
Top

LOGICAL IsLocal

Returns LOGICAL
 
Top

OpenEdge.DataAdmin.Binding.PartitionContext PartitionContext

Returns OpenEdge.DataAdmin.Binding.PartitionContext
 
Top

OpenEdge.DataAdmin.Binding.Factory.IServiceContextFactory ServiceFactory

Returns OpenEdge.DataAdmin.Binding.Factory.IServiceContextFactory