Represents an AtomPersonConstruct instance initialized with the given name. Initializes the LocalName to "author".
Represents an AtomPersonConstruct instance initialized with the given name. Initializes the LocalName to "author".
public AtomPersonConstruct();
Represents an AtomPersonConstruct instance initialized with the given name.
public AtomPersonConstruct(string);
Represents an AtomPersonConstruct instance initialized with the given name.
public AtomPersonConstruct(string,string);
Represents an AtomPersonConstruct instance initialized with the given name and Uri.
public AtomPersonConstruct(string,string,Uri);
Represents an AtomPersonConstruct instance initialized with the given name, Uri and email.
public AtomPersonConstruct(string,string,Uri,string);
AtomPersonConstruct Class | Atom.Core Namespace