TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Murari Jha
NA
139
40.6k
Service Reference is using Arrays instead of List<Type>
May 25 2018 4:32 AM
Hi Dear,
I have an issue in WCF.
Problem is WCF proxy by default generate Array type class but after a simple selection Collection Type--
List
it will generate list type(
Here is DataContractSerialization
).
But in our scenario after changing the Collection Type--
Array to List
but again proxy is remaining same as array class(
Here is XMLSerializer
).
Please suggest me.
///
[System.Xml.Serialization.XmlArrayAttribute(IsNullable=
true
, Order=0)]
public
AvailabilityRequest[] AvailabilityRequests {
get
{
return
this
.availabilityRequestsField;
}
set
{
this
.availabilityRequestsField = value;
this
.RaisePropertyChanged(
"AvailabilityRequests"
);
}
}
Reply
Answers (
0
)
Get value from another form in already opened form1
Export the gridview data to excel