Atom.NET documentation

AtomPersonConstruct Constructor

Represents an AtomPersonConstruct instance initialized with the given name. Initializes the LocalName to "author".

Overload List

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);

See Also

AtomPersonConstruct Class | Atom.Core Namespace