C# 클래스 SchemaZen.Library.Models.ColumnList

파일 보기 프로젝트 열기: Zocdoc/schemazen

공개 메소드들

메소드 설명
Add ( Column c ) : void
Find ( string name ) : Column
Remove ( Column c ) : void
Script ( ) : string

메소드 상세

Add() 공개 메소드

public Add ( Column c ) : void
c Column
리턴 void

Find() 공개 메소드

public Find ( string name ) : Column
name string
리턴 Column

Remove() 공개 메소드

public Remove ( Column c ) : void
c Column
리턴 void

Script() 공개 메소드

public Script ( ) : string
리턴 string