Interface IConfigIdentifier
Namespace: Unity.Reflect.ActorFramework
Syntax
public interface IConfigIdentifier
Properties
Id
Declaration
string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
IsGeneratedId
Declaration
bool IsGeneratedId { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
TypeNormalizedFullName
Declaration
string TypeNormalizedFullName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |