C# Класс Obj2Schema.Attributes.ComplexTypeAttribute

Наследование: System.Attribute
Показать файл Открыть проект

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

Метод Описание
ComplexTypeAttribute ( ) : System
ComplexTypeAttribute ( string prependedString ) : System

Initializes a new instance of the ComplexTypeAttribute class.

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

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

public ComplexTypeAttribute ( ) : System
Результат System

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

Initializes a new instance of the ComplexTypeAttribute class.
public ComplexTypeAttribute ( string prependedString ) : System
prependedString string If not empty, this string will be added before the columns names of the complex type.
Результат System