ICodeGeneratorMetadata Interface
[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.]
Defines the metadata interface for code generators.
Namespace: Microsoft.ServiceModel.DomainServices.Tools
Assembly: Microsoft.ServiceModel.DomainServices.Tools (in Microsoft.ServiceModel.DomainServices.Tools.dll)
Syntax
'Declaration
Public Interface ICodeGeneratorMetadata
'Usage
Dim instance As ICodeGeneratorMetadata
public interface ICodeGeneratorMetadata
public interface class ICodeGeneratorMetadata
type ICodeGeneratorMetadata = interface end
public interface ICodeGeneratorMetadata
The ICodeGeneratorMetadata type exposes the following members.
Properties
Name | Description | |
---|---|---|
GeneratorName | Gets the name of the code generator. | |
Language | Gets the language the code generator supports. |
Top
Remarks
This interface provides a strongly-typed contract for the metadata exported by code generators through export attributes such as DomainServiceClientCodeGeneratorAttribute.
Code generators are uniquely identified by the combination of the GeneratorName and Language properties.