Click or drag to resize

UserFullName Structure

Full name of user.

Namespace:  Resto.Front.Api.Data.Users
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
[SerializableAttribute]
public struct UserFullName

The UserFullName type exposes the following members.

Constructors
  NameDescription
Public methodUserFullName
Ctor.
Top
Properties
  NameDescription
Public propertyFirstName
First name of user.
Public propertyLastName
Last name of user.
Public propertyMiddleName
Middle name of user.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also