Aspose::Words::Bibliography::Person class

Person class

Represents individual (a person) bibliography source contributor.

class Person : public System::Object

Methods

MethodDescription
Equals(System::SharedPtr<System::Object>) override
Equals(const System::SharedPtr<Aspose::Words::Bibliography::Person>&)
get_First() constGets the first name of a person.
get_Last() constGets the last name of a person.
get_Middle() constGets the middle name of a person.
GetHashCode() const override
GetType() const override
Is(const System::TypeInfo&) const override
Person(const System::String&, const System::String&, const System::String&)Initialize a new instance of the Person class.
set_First(const System::String&)Sets the first name of a person.
set_Last(const System::String&)Sets the last name of a person.
set_Middle(const System::String&)Sets the middle name of a person.
static Type()

See Also