Namespace: OpenEdge.DataAdmin
Type: Interface IAuthenticationSystemSet
Parent Classes:
Inherits: OpenEdge.DataAdmin.IDataAdminCollection


/* Copyright (c) 2011 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.
Author(s):hdaniels
Created:2011



Method Summary
  Options Name Purpose
  LOGICAL Add (IAuthenticationSystem)
  LOGICAL CanFind (character)
  LOGICAL Contains (IAuthenticationSystem)
  OpenEdge.DataAdmin.IAuthenticationSystem Find (character)
  LOGICAL Remove (IAuthenticationSystem)

Method Detail
Top

LOGICAL Add (IAuthenticationSystem)

Parameters:
domtype OpenEdge.DataAdmin.IAuthenticationSystem
 
Returns LOGICAL
 
Top

LOGICAL CanFind (character)

Parameters:
name CHARACTER
 
Returns LOGICAL
 
Top

LOGICAL Contains (IAuthenticationSystem)

Parameters:
domtype OpenEdge.DataAdmin.IAuthenticationSystem
 
Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IAuthenticationSystem Find (character)

Parameters:
name CHARACTER
 
Returns OpenEdge.DataAdmin.IAuthenticationSystem
 
Top

LOGICAL Remove (IAuthenticationSystem)

Parameters:
domtype OpenEdge.DataAdmin.IAuthenticationSystem
 
Returns LOGICAL