C# Class CmsData.AttributeWriter

Afficher le fichier Open project: bvcms/bvcms

Méthodes publiques

Méthode 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 méthode

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

WriteAttr() public static méthode

public static WriteAttr ( this w, string name, int n, int def ) : void
w this
name string
n int
def int
Résultat void

WriteAttr() public static méthode

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