Browse by Tags

All Tags » ServiceObject   (RSS)
  • Static ServiceObject Example

    An example of how to build a static ServiceObject against a backend system.
    Posted to Code Samples (FileGallery) by k2eric on July 23, 2008
  • Re: Email address from SharePoint 'friendly name'

    Hi David, Yes... there is a relatively simple solution. It involves making the use of the SharePoint ServiceObject instance. You can construct a SmartObject in such a way that one of its methods can be pointed to a service object instance. I can't remember the name of the SharePoint ServiceObject method in question at this time, but I think it ...
    Posted to General (Forum) by mgallen on April 9, 2008
  • Re: Custom ServiceObject Question - SoType.File?????

    OK, I think I figured this out. Checking the class model for the SourceCode.SmartObjects.Services.ServiceSDK.Objects namespace I saw a FileProperty type. Use this declaration (make sure to use this constructor - see why with reflection):             FileProperty fpropData = new ...
    Posted to General (Forum) by mikr1 on November 21, 2007
  • Custom ServiceObject Question - SoType.File?????

    Hi,I've followed Jason Apergis's excellent blog post on creating cutom SmartObject Services (found here). In my service I want the ServiceObject to have a property of type File, but I can't seem to figure out which Type to use for the value. Here's what I've got:             Property ...
    Posted to General (Forum) by mikr1 on November 20, 2007