Interface IGeneratedServiceClient
Used to identify a generated ASP.NET service client.
Namespace: Neon.Data
Assembly: Neon.Common.dll
Syntax
public interface IGeneratedServiceClient
Properties
GeneratorVersion
Returns the version of the Neon.ModelGen assembly that generated this code plus the generated code schema version. This is formatted like:
SEMANTIC-VERSION:SCHEMA
where SCHEMA-VERSION is the Neon.ModelGen assembly version and SCHEMA is a simple integer schema version number. The version will be incremented if or when the code generated by future versions of the Neon.ModelGen assembly changes enough to become incompatible with older versions of the Neon.Xunit.XunitExtensions.ValidateController() method. This is likely to never change, but future proofing is always a good idea.
Declaration
string GeneratorVersion { get; }
Property Value
Type | Description |
---|---|
string |