Class GroupAudioUpdateMessage.Builder
A builder class for GroupAudioUpdateMessage.
Inheritance
System.Object
GroupAudioUpdateMessage.Builder
Namespace: TehGM.Wolfringo.Messages
Assembly: Wolfringo.Core.dll
Syntax
public class Builder
Constructors
| Improve this Doc View SourceBuilder(WolfGroup.WolfGroupAudioConfig)
Create a new builder for GroupAudioUpdateMessage.
Declaration
public Builder(WolfGroup.WolfGroupAudioConfig existingConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| WolfGroup.WolfGroupAudioConfig | existingConfig | Existing audio config. |
Properties
| Improve this Doc View SourceGroupID
ID of the group.
Declaration
public uint GroupID { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
IsEnabled
Is audio stage enabled?
Declaration
public bool IsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
MinimumReputationLevel
Minimum reputation level to enter audio stage.
Declaration
public int? MinimumReputationLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
StageType
Type of the stage.
Declaration
public WolfStageType StageType { get; set; }
Property Value
| Type | Description |
|---|---|
| WolfStageType |
Methods
| Improve this Doc View SourceBuild()
Build the GroupAudioUpdateMessage.
Declaration
public GroupAudioUpdateMessage Build()
Returns
| Type | Description |
|---|---|
| GroupAudioUpdateMessage | A new GroupAudioUpdateMessage. |