Click or drag to resize

GHAWebServiceTranslationAttribute Class

[This is preliminary documentation and is subject to change.]

Maps decorated class to the equivalent class used by the GHA Webservice to safely transfer data to remote clients
Inheritance Hierarchy
SystemObject
  SystemAttribute
    GHASchema.AttributesGHAWebServiceTranslationAttribute

Namespace:  GHASchema.Attributes
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Interface, Inherited = true)]
public class GHAWebServiceTranslationAttribute : Attribute

The GHAWebServiceTranslationAttribute type exposes the following members.

Constructors
  NameDescription
Public methodGHAWebServiceTranslationAttribute
Initializes a new instance of the GHAWebServiceTranslationAttribute class
Top
Properties
  NameDescription
Public propertyWebServiceClass
Web service class to use for the translation
Top
See Also