NEU
This commit is contained in:
13
WebServiceBrg/Contracts/CompositeType.fs
Normal file
13
WebServiceBrg/Contracts/CompositeType.fs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace FSharpWcfServiceApplicationTemplate.Contracts
|
||||
|
||||
open System.Runtime.Serialization
|
||||
open System.ServiceModel
|
||||
|
||||
// Note: When running serialization code in partial trust, you may need to convert
|
||||
// this to a class with a default constructor.
|
||||
[<DataContract>]
|
||||
type CompositeType =
|
||||
{ [<DataMember>] mutable BoolValue : bool
|
||||
|
||||
[<DataMember>] mutable StringValue : string }
|
||||
|
||||
Reference in New Issue
Block a user