Class CollectionChangeAction
Inheritance
System.Object
CollectionChangeAction
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public sealed class CollectionChangeAction : Enum
Properties
Add
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Move
Declaration
public static CollectionChangeAction Move { get; }
Property Value
CollectionChangeAction
|
Remove
Declaration
public static CollectionChangeAction Remove { get; }
Property Value
CollectionChangeAction
|
Replace
Declaration
public static CollectionChangeAction Replace { get; }
Property Value
CollectionChangeAction
|
Reset
Declaration
public static CollectionChangeAction Reset { get; }
Property Value
CollectionChangeAction
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ValueOf(String)
Declaration
public static CollectionChangeAction ValueOf(string name)
Parameters
System.String
name
|
Returns
CollectionChangeAction
|