C# 클래스 Obj2Schema.Attributes.ComplexTypeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: etcoding/Obj2Schema

공개 메소드들

메소드 설명
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