C# 클래스 CmsData.AttributeWriter

파일 보기 프로젝트 열기: bvcms/bvcms

공개 메소드들

메소드 설명
WriteAttr ( this w, string name, System.DateTime d ) : void
WriteAttr ( this w, string name, int n, int def ) : void
WriteAttr ( this w, string name, string s, string def = null ) : void

메소드 상세

WriteAttr() 공개 정적인 메소드

public static WriteAttr ( this w, string name, System.DateTime d ) : void
w this
name string
d System.DateTime
리턴 void

WriteAttr() 공개 정적인 메소드

public static WriteAttr ( this w, string name, int n, int def ) : void
w this
name string
n int
def int
리턴 void

WriteAttr() 공개 정적인 메소드

public static WriteAttr ( this w, string name, string s, string def = null ) : void
w this
name string
s string
def string
리턴 void