C# Класс System.Xml.Serialization.SoapAttributeOverrides

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( Type type, SoapAttributes attributes ) : void
Add ( Type type, string member, SoapAttributes attributes ) : void
this ( Type type ) : SoapAttributes
this ( Type type, string member ) : SoapAttributes

Описание методов

Add() публичный Метод

public Add ( Type type, SoapAttributes attributes ) : void
type System.Type
attributes SoapAttributes
Результат void

Add() публичный Метод

public Add ( Type type, string member, SoapAttributes attributes ) : void
type System.Type
member string
attributes SoapAttributes
Результат void

this() публичный Метод

public this ( Type type ) : SoapAttributes
type System.Type
Результат SoapAttributes

this() публичный Метод

public this ( Type type, string member ) : SoapAttributes
type System.Type
member string
Результат SoapAttributes