Beamable SDK
Public Member Functions | Public Attributes | Protected Attributes | List of all members
Beamable.Common.Shop.NonBlankStringList Class Reference
Inheritance diagram for Beamable.Common.Shop.NonBlankStringList:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Common.Shop.NonBlankStringList:
Collaboration graph
[legend]

Public Member Functions

override string GetListPropertyPath ()
 
- Public Member Functions inherited from Beamable.Common.Content.DisplayableList
void CopyTo (Array array, int index)
 
IEnumerator GetEnumerator ()
 
int Add (object value)
 
void Clear ()
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 

Public Attributes

List< string > listData = new List<string>()
 
- Public Attributes inherited from Beamable.Common.Content.DisplayableList
int Count => InternalList.Count
 
bool IsSynchronized => InternalList.IsSynchronized
 
object SyncRoot => InternalList.SyncRoot
 
bool IsFixedSize => InternalList.IsFixedSize
 
bool IsReadOnly => InternalList.IsReadOnly
 

Protected Attributes

override IList InternalList => listData
 

Additional Inherited Members

- Properties inherited from Beamable.Common.Content.DisplayableList
abstract IList InternalList [get]
 
object this[int index] [get, set]
 

The documentation for this class was generated from the following file: