# SGenre

## Index

### Functions Index

| Function Name                                |
| -------------------------------------------- |
| override string [**ToString** ](#tostring)() |

### Properties Index

| Property Name                                      |
| -------------------------------------------------- |
| string [**Name** ](#name)`get` `set`               |
| string [**ID** ](#id)`get` `set`                   |
| string [**HasChildren** ](#haschildren)`get` `set` |
| string [**ParentID** ](#parentid)`get` `set`       |

## Functions

### ToString

override string **ToString** ()

*Function Description*

| Parameter | Type | Description |
| --------- | ---- | ----------- |
|           |      |             |

{% tabs %}
{% tab title="Lua" %}

```lua
example 1
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Lua" %}

```lua
example 2
```

{% endtab %}
{% endtabs %}

## Properties

### Name

string **Name** `get` `set`

*Property Description*

{% tabs %}
{% tab title="Lua" %}

```lua
example 1
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Lua" %}

```lua
example 2
```

{% endtab %}
{% endtabs %}

### ID

string **ID** `get` `set`

*Property Description*

{% tabs %}
{% tab title="Lua" %}

```lua
example 1
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Lua" %}

```lua
example 2
```

{% endtab %}
{% endtabs %}

### HasChildren

string **HasChildren** `get` `set`

*Property Description*

{% tabs %}
{% tab title="Lua" %}

```lua
example 1
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Lua" %}

```lua
example 2
```

{% endtab %}
{% endtabs %}

### ParentID

string **ParentID** `get` `set`

*Property Description*

{% tabs %}
{% tab title="Lua" %}

```lua
example 1
```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Lua" %}

```lua
example 2
```

{% endtab %}
{% endtabs %}
