Class NameId
Inheritance
System.Object
NameId
Namespace: Unity.QuickSearch
Syntax
public class NameId
Constructors
NameId(String, String)
Declaration
public NameId(string id, string displayName = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id | |
| System.String | displayName |
Fields
displayName
Declaration
public string displayName
Field Value
| Type | Description |
|---|---|
| System.String |
id
Declaration
public string id
Field Value
| Type | Description |
|---|---|
| System.String |