Class CcdUser
CcdUser model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
public class CcdUser : object
Constructors
CcdUser(String, String)
Creates an instance of CcdUser.
Declaration
public CcdUser(string id = null, string name = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | id param |
| String | name | name param |
Properties
Id
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| String |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| String |