Namespace: OpenEdge.DataAdmin.Binding
Type: Class SecurityOptionsContext
Parent Classes:
Inherits: OpenEdge.DataAdmin.Binding.DataAdminContext


File:SecurityOptionsContext
Author(s):rkumar
Created:Thu Nov 24 17:58:48 IST 2011
File:securityoptions.i
Author(s):rkumar
Created:Thu Nov 24 15:46:59 IST 2011



Method Summary
  Options Name Purpose
  CopyTable (IDataAdminModel)
  OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext) /* method public override logical CanFind(name as character): return can-find(ttSecurityOptions where ttSecurityOptions.name = name). end. method public override logical Find(name as character): find ttSecurityOptions where ttSecurityOptions.name = name no-error. return avail ttSecurityOptions. end. */
  OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo)
  CreateRow (IDataAdminElement)
  CHARACTER GetJoinFields (character)
  HANDLE InitDataset () /* temporary until all sub classes are using createDataset */

Constructor Summary
  Options Name Purpose
  SecurityOptionsContext (IContextScope)

Property Summary
  Options Name Purpose
  INTEGER Count
  CHARACTER KeyFields
  HANDLE TableHandle


Method Detail
Top

CopyTable (IDataAdminModel)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
 
Top

OpenEdge.DataAdmin.IDataAdminCollection CreateCollection (IDataAdminContext)

/* method public override logical CanFind(name as character):
return can-find(ttSecurityOptions where ttSecurityOptions.name = name).
end.
method public override logical Find(name as character):
find ttSecurityOptions where ttSecurityOptions.name = name no-error.
return avail ttSecurityOptions.
end.
Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminContext
 
Returns OpenEdge.DataAdmin.IDataAdminCollection
 
Top

OpenEdge.DataAdmin.IDataAdminElement CreateEntity (IRequestInfo)

Parameters:
preq OpenEdge.DataAdmin.IRequestInfo
 
Returns OpenEdge.DataAdmin.IDataAdminElement
 
Top

CreateRow (IDataAdminElement)

Parameters:
entity OpenEdge.DataAdmin.IDataAdminElement
 
Top

CHARACTER GetJoinFields (character)

Parameters:
parentid CHARACTER
 
Returns CHARACTER
 
Top

HANDLE InitDataset ()

/* temporary until all sub classes are using createDataset
Returns HANDLE
 


Constructor Detail
Top

SecurityOptionsContext (IContextScope)

Parameters:
pscope OpenEdge.DataAdmin.Binding.Factory.IContextScope
 


Property Detail
Top

INTEGER Count

Returns INTEGER
 
Top

CHARACTER KeyFields

Returns CHARACTER
 
Top

HANDLE TableHandle

Returns HANDLE