Class SerializableSelection
Inheritance
System.Object
SerializableSelection
Syntax
[Serializable]
public class SerializableSelection : ISelection, IEnumerable<int>, IEnumerable, ISerializationCallbackReceiver
Properties
any
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Implements
Count
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
single
Declaration
public int single { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Methods
BeginSelection()
Declaration
public void BeginSelection()
Implements
Clear()
Declaration
Implements
EndSelection(Boolean)
Declaration
public void EndSelection(bool select)
Parameters
Type |
Name |
Description |
System.Boolean |
select |
|
Implements
IsSelected(Int32)
Declaration
public bool IsSelected(int index)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
Select(Int32, Boolean)
Declaration
public void Select(int index, bool select)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
System.Boolean |
select |
|
Implements