WsdlDocumentationAttribute - класс

Иерархия наследования
Object
  Attribute
    DescriptionAttribute
      LocalizedStringAttribute
        EleWise.ELMA.Web.ServiceWsdlDocumentationAttribute

Пространство имён:  EleWise.ELMA.Web.Service
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public class WsdlDocumentationAttribute : LocalizedStringAttribute, 
	IContractBehavior, IOperationBehavior, IWsdlExportExtension

Тип WsdlDocumentationAttribute предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методWsdlDocumentationAttribute(String)
Инициализирует новый экземпляр класса WsdlDocumentationAttribute
Открытый методWsdlDocumentationAttribute(Type, String)
Инициализирует новый экземпляр класса WsdlDocumentationAttribute
В начало страницы
Свойства
  ИмяОписание
Защищённое свойствоDescriptionValue
Gets or sets the string stored as the description.
(Унаследован от DescriptionAttribute.)
В начало страницы
Методы
  ИмяОписание
Открытый методAddBindingParameters(OperationDescription, BindingParameterCollection)
Открытый методAddBindingParameters(ContractDescription, ServiceEndpoint, BindingParameterCollection)
Открытый методApplyClientBehavior(OperationDescription, ClientOperation)
Открытый методApplyClientBehavior(ContractDescription, ServiceEndpoint, ClientRuntime)
Открытый методApplyDispatchBehavior(OperationDescription, DispatchOperation)
Открытый методApplyDispatchBehavior(ContractDescription, ServiceEndpoint, DispatchRuntime)
Открытый методEquals
Returns whether the value of the given object is equal to the current DescriptionAttribute.
(Унаследован от DescriptionAttribute.)
Открытый методExportContract
Открытый методExportEndpoint
Открытый методGetHashCode
Returns the hash code for this instance.
(Унаследован от DescriptionAttribute.)
Открытый методIsDefaultAttribute
Returns a value indicating whether this is the default DescriptionAttribute instance.
(Унаследован от DescriptionAttribute.)
Открытый методValidate(OperationDescription)
Открытый методValidate(ContractDescription, ServiceEndpoint)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGetID
Получить идентификатор из объекта. Вызывает ToString().ToLower()
(Определяется ObjectExtensions.)
Открытый метод расширенияImplementation
Получить реальный объект из класса
(Определяется ModelExtensions.)
Открытый метод расширенияSafeToString (Определяется ObjectExtensions.)
Открытый метод расширенияToEncodedJson
Получить представление объекта в структуре Json, зашифрованную для атрибута
(Определяется ObjectExtensions.)
Открытый метод расширенияToJson
Получить представление объекта в структуре Json
(Определяется ObjectExtensions.)
Открытый метод расширенияToJsonSlice
Получить представление объекта в структуре Json. Обрезает стартовый и конечный символы { и }
(Определяется ObjectExtensions.)
В начало страницы
См. также