ClientCodeGenerationOptions Properties

Include Protected Members
Include Inherited Members

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

The ClientCodeGenerationOptions type exposes the following members.

Properties

  Name Description
Public property ClientFrameworkPath Gets or sets the full path to the targeted framework for the client.
Public property ClientProjectPath Gets or sets the full path to the client's project file.
Public property ClientRootNamespace Gets or sets the root namespace of the target project.
Public property IsApplicationContextGenerationEnabled Gets or sets a value indicating whether to perform application-level code generation.
Public property Language Gets or sets the language for code generation.
Public property ServerProjectPath Gets or sets the full path to the server's project file.
Public property ServerRootNamespace Gets or sets the root namespace of the server project.
Public property UseFullTypeNames Gets or sets a value indicating whether fully qualified type names should be used during code generation.

Top

See Also

Reference

ClientCodeGenerationOptions Class

Microsoft.ServiceModel.DomainServices.Tools Namespace