Class ClientCanSelectAndAddAttribute
Inheritance
System.Object
ClientCanSelectAndAddAttribute
Assembly: Eco.Gameplay.dll
Syntax
public class ClientCanSelectAndAddAttribute : Attribute
Constructors
ClientCanSelectAndAddAttribute(String, String, String, Boolean)
Declaration
public ClientCanSelectAndAddAttribute(string title, string entryTitle, string entryTitlePlural = null, bool showCategories = true)
Parameters
Type |
Name |
Description |
System.String |
title |
|
System.String |
entryTitle |
|
System.String |
entryTitlePlural |
|
System.Boolean |
showCategories |
|
Fields
EntryTitle
Declaration
Field Value
Type |
Description |
System.String |
|
EntryTitlePlural
Declaration
public string EntryTitlePlural
Field Value
Type |
Description |
System.String |
|
ShowCategories
Declaration
public bool ShowCategories
Field Value
Type |
Description |
System.Boolean |
|
Title
Declaration
Field Value
Type |
Description |
System.String |
|
Extension Methods