C# Class CmsData.AttributeWriter

Exibir arquivo Open project: bvcms/bvcms

Public Methods

Method Description
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

Method Details

WriteAttr() public static method

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

WriteAttr() public static method

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

WriteAttr() public static method

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