C# Class Obj2Schema.Attributes.ComplexTypeAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: etcoding/Obj2Schema

Public Methods

Method Description
ComplexTypeAttribute ( ) : System
ComplexTypeAttribute ( string prependedString ) : System

Initializes a new instance of the ComplexTypeAttribute class.

Method Details

ComplexTypeAttribute() public method

public ComplexTypeAttribute ( ) : System
return System

ComplexTypeAttribute() public method

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.
return System