adTempus API
ArcanaDevelopment.adTempus.Shared.Extensibility Namespace / ICustomObjectFactory Interface
Members


In This Topic
    ICustomObjectFactory Interface
    In This Topic
    Interface implemented by extension factories that handle custom objects.
    Syntax
    'Declaration
     
    
    Public Interface ICustomObjectFactory 
       Inherits IExtensionFactory 
    public interface ICustomObjectFactory : IExtensionFactory  
    public interface class ICustomObjectFactory : public IExtensionFactory  
    See Also