Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6623293
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:30:58+00:00 2026-05-25T21:30:58+00:00

I have a service class that is passed to lightswitch using RIA services. The

  • 0

I have a service class that is passed to lightswitch using RIA services. The service class uses a custom type instead of native lightswitch or SQL types.

public class MyService : DomainService
{
    [Query(IsDefault = true)]
    public IQueryable<MyRecord> GetMyRecordData()
    {
        return ...
    }
}

public class MyRecord
{
    [Key]
    public int Id {get; set;}

    public string Text {get;set;}

    public MyCustomType Custom {get;set;}
}

public struct MyCustomType
{
    public MyCustomType (int val1, int val2) : this ()
    {
       Val1 = val1;
       Val2 = val2;
    }

    public int Val1 {get; private set;}
    public int Val2 {get; private set;}
}

How to have lightswitch use this custom type for its display ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T21:30:58+00:00Added an answer on May 25, 2026 at 9:30 pm

    Custom types are not supported as entity members unless they implement the IList interface. Even in the case of an IList implementation, you would not be allowed to provide a list of complex types, just simple .NET types. So there’s no way to pass an instance of MyCustomType as a supported entity member.

    Unfortunately Microsoft has taken the RIA spec offline, but you can still find a copy here. See section 4.11 for an explanation of this limitation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a class that I wish to expose as a remote service using
I have a POJO that uses a service to do something: public class PlainOldJavaObject
I have a web service class that the rest of the framework depends on
I have a wcf service. The service itself (class that inherits the ServiceContract )
I have some class that I'm passing as a result of a service method,
I currently have service classes that look something like this public class UserService :
Given that I have the following WCF service: class LookUpService { public List<County> GetCounties(string
In my service facade layer, I have a service class with a method/operation that
I have a service class which has overloaded constructors. One constructor has 5 parameters
I have a property in WCF service class with a initial value, as shown

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.