3 using SiliconStudio.Core.Reflection;
5 namespace SiliconStudio.Quantum.
Commands
10 public override string Name {
get {
return "SetToNull"; } }
18 return ((typeDescriptor.
Type.IsNullable() && typeDescriptor.Type.IsStruct()) || typeDescriptor.Type.IsClass || typeDescriptor.Type.IsAbstract)
Provides a descriptor for a System.Collections.ICollection.
Type Type
Gets the type described by this instance.
Provides a descriptor for a System.Collections.IDictionary.
CombineMode
An enum that describes what to do with a node or a command when combining view models.
Provides access members of a type.
override object ModifyValue(object currentValue, ITypeDescriptor descriptor, object parameter)
Base class for IMemberDescriptor for a MemberInfo
override bool CanAttach(ITypeDescriptor typeDescriptor, MemberDescriptorBase memberDescriptor)
Indicates whether this command can be attached to an object or a member with the given descriptors...