Click or drag to resize

Emulate3DWebServiceAttribute Class

An attribute to mark a class as a Web Service for Emulate3D Web App Server.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Emulate3D.WebConfigurationEmulate3DWebServiceAttribute

Namespace: Emulate3D.WebConfiguration
Assembly: Emulate3D.SourceGenerators (in Emulate3D.SourceGenerators.dll) Version: 19.00.00
Syntax
C#
public class Emulate3DWebServiceAttribute : Attribute

The Emulate3DWebServiceAttribute type exposes the following members.

Constructors
 NameDescription
Public methodEmulate3DWebServiceAttribute Constructor for the Web Service attribute.
Top
Properties
 NameDescription
Public propertyName The name of the webservice
Top
See Also