Paradox Game Engine
v1.0.0 beta06
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Events
Macros
Pages
MemberPathAction.cs
Go to the documentation of this file.
1
// Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2
// This file is distributed under GPL v3. See LICENSE.md for details.
3
using
System
;
4
5
namespace
SiliconStudio.Core.Reflection
6
{
7
/// <summary>
8
/// A type of action used by <see cref="MemberPath.Apply"/>
9
/// </summary>
10
public
enum
MemberPathAction
11
{
12
/// <summary>
13
/// The value is set on the <see cref="MemberPath"/> (field/property setter, or new key for dictionary or index
14
/// for collection/array)
15
/// </summary>
16
ValueSet
,
17
18
/// <summary>
19
/// Removes a key from the dictionary
20
/// </summary>
21
DictionaryRemove
,
22
23
/// <summary>
24
/// Adds a value to the collection.
25
/// </summary>
26
CollectionAdd
,
27
28
/// <summary>
29
/// Removes a value from the collection
30
/// </summary>
31
CollectionRemove
32
}
33
}
SiliconStudio.Core.Reflection.ValueSet
The value is set on the MemberPath (field/property setter, or new key for dictionary or index for col...
SiliconStudio.Shaders.Parser.System
A system file.
SiliconStudio.Core.Reflection.CollectionRemove
Removes a value from the collection
SiliconStudio.Core.Reflection.CollectionAdd
Adds a value to the collection.
SiliconStudio.Core.Reflection.DictionaryRemove
Removes a key from the dictionary
SiliconStudio.Core.Reflection.MemberPathAction
MemberPathAction
A type of action used by MemberPath.Apply
Definition:
MemberPathAction.cs:10
sources
common
core
SiliconStudio.Core.Design
Reflection
MemberPathAction.cs
Generated on Sat Dec 20 2014 21:51:01 for Paradox Game Engine by
1.8.7