C# Class Obj2Schema.Attributes.ComplexTypeAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: etcoding/Obj2Schema

Méthodes publiques

Méthode Description
ComplexTypeAttribute ( ) : System
ComplexTypeAttribute ( string prependedString ) : System

Initializes a new instance of the ComplexTypeAttribute class.

Method Details

ComplexTypeAttribute() public méthode

public ComplexTypeAttribute ( ) : System
Résultat System

ComplexTypeAttribute() public méthode

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.
Résultat System