Interface IBoltClassShell
Inherited Members
Namespace: Ludiq.Bolt
Syntax
public interface IBoltClassShell : IBoltTypeShell, IGraphRootSerializer, IBoltClassShellApi, IBoltTypeShellApi
Properties
data
Declaration
BoltClassShellData data { get; }
Property Value
| Type | Description | 
|---|---|
| BoltClassShellData | 
name
Declaration
string name { get; set; }
Property Value
| Type | Description | 
|---|---|
| String | 
scope
Declaration
BoltClassScope scope { get; }
Property Value
| Type | Description | 
|---|---|
| BoltClassScope | 
trait
Declaration
BoltClassShellTrait trait { get; }
Property Value
| Type | Description | 
|---|---|
| BoltClassShellTrait | 
type
Declaration
BoltClass type { get; }
Property Value
| Type | Description | 
|---|---|
| BoltClass |