Class TName
This class has information related to user's name
Inheritance
System.Object
TName
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TName
Properties
First
Declaration
[DataMember(EmitDefaultValue = false)]
public string First { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | First name |
Last
Declaration
[DataMember(IsRequired = true, EmitDefaultValue = false)]
public string Last { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Last name. This is a mandatory property |
Middle
Declaration
[DataMember(EmitDefaultValue = false)]
public string Middle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Middle name |
Title
Declaration
[DataMember(EmitDefaultValue = false)]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Title. For example, MRS |