Namespace: Consultingwerk.SmartFramework.Repository
Class 
SmartRepositoryService Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.SmartFramework.Repository.ISmartRepositoryService

File:SmartRepositoryService
Purpose:Provides access to repository
data on the client and appserver
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 15 22:29:57 CEST 2016



Top Method Summary
Options Name Purpose
+ LOGICAL ClassIsA (character, character) Returns if the child class is a child of the given parent class
+ ClearCaches () Clears all caches of this class
+ LOGICAL ObjectIsA (character, character) Returns if the object is of the given class


Method Detail
Top

PUBLIC LOGICAL ClassIsA (character, character)

Purpose: Returns if the child class is a child of the given parent class
Notes:

Parameters:
pcChildClassName CHARACTER
The name of the child class to verify
pcParentClassName CHARACTER
The name of the parent class to test if the given child class is a child of
Returns LOGICAL
Logical value indicating if the child class is child of the given parent class
Top

PUBLIC ClearCaches ()

Purpose: Clears all caches of this class
Notes:

Top

PUBLIC LOGICAL ObjectIsA (character, character)

Purpose: Returns if the object is of the given class
Notes:

Parameters:
pcObjectName CHARACTER
The name of the object to verify
pcClassName CHARACTER
The name of the class to test if the object is a child of
Returns LOGICAL
Logical value indicating if the object is child of the given class


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:40:21