Home
last modified time | relevance | path

Searched refs:CustomTypeDescriptor (Results 1 – 25 of 56) sorted by relevance

123

/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/
H A DTestCustomTypeDescriptor.cs42 CustomTypeDescriptor thingType = new CustomTypeDescriptor(typeof(Thing)); in MembersWithIgnoreAttributeExcluded()
57 CustomTypeDescriptor thingType = new CustomTypeDescriptor(typeof(ThingWithIndexer)); in IndexerPropertyExcluded()
214CustomTypeDescriptor thingType = new CustomTypeDescriptor(typeof(ThingWithSpecialReadOnlyProperty)… in ReadOnlyPropertyWithIncludeAttributeIsIncluded()
223CustomTypeDescriptor anon = CustomTypeDescriptor.TryCreateForAnonymousClass(typeof(AnonymousThing)… in AnonymousClassPropertiesExcepted()
225CustomTypeDescriptor anon = CustomTypeDescriptor.TryCreateForAnonymousClass(typeof(AnonymousThing<… in AnonymousClassPropertiesExcepted()
238 CustomTypeDescriptor descriptor = new CustomTypeDescriptor(typeof(ImmutableThing)); in ImmutableClassPropertiesExpected()
302 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetField("Field1")); in GetField1Property()
307 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetField("ReadOnlyField")); in GetReadOnlyFieldProperty()
312 return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetProperty("Property1")); in GetProperty1Property()
317 … return CustomTypeDescriptor.CreateProperty(typeof(Thing).GetProperty("ReadOnlyProperty")); in GetReadOnlyPropertyProperty()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/samples/JsonConversionsDemo/
H A DJsonType.cs11 using CustomTypeDescriptor = Jayrock.Json.Conversion.CustomTypeDescriptor; typedef
34 private CustomTypeDescriptor _customType;
84 … _customType = new CustomTypeDescriptor(_type, _members.ToArray(), _names.ToArray()); in ToCustomType()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/JsonRpc/
H A DJsonRpcMethodAttribute.cs32 using CustomTypeDescriptor = Jayrock.Json.Conversion.CustomTypeDescriptor; typedef
136 CustomTypeDescriptor customType = new CustomTypeDescriptor(type); in GetProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DCustomTypeDescriptor.cs9 public abstract class CustomTypeDescriptor : ICustomTypeDescriptor class
22 protected CustomTypeDescriptor() in CustomTypeDescriptor() method in System.ComponentModel.CustomTypeDescriptor
35 protected CustomTypeDescriptor(ICustomTypeDescriptor parent) in CustomTypeDescriptor() method in System.ComponentModel.CustomTypeDescriptor
H A DTypeDescriptionProvider.cs295 private sealed class EmptyCustomTypeDescriptor : CustomTypeDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DCustomTypeDescriptor.cs16 public abstract class CustomTypeDescriptor : ICustomTypeDescriptor class
29 protected CustomTypeDescriptor() in CustomTypeDescriptor() method in System.ComponentModel.CustomTypeDescriptor
42 protected CustomTypeDescriptor(ICustomTypeDescriptor parent) in CustomTypeDescriptor() method in System.ComponentModel.CustomTypeDescriptor
H A DTypeDescriptionProvider.cs309 private sealed class EmptyCustomTypeDescriptor : CustomTypeDescriptor {
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/Conversion/
H A DCustomTypeDescriptor.cs55 public sealed class CustomTypeDescriptor : ICustomTypeDescriptor class
59 public CustomTypeDescriptor(Type type) : in CustomTypeDescriptor() method in Jayrock.Json.Conversion.CustomTypeDescriptor
62 public CustomTypeDescriptor(Type type, MemberInfo[] members) : in CustomTypeDescriptor() method in Jayrock.Json.Conversion.CustomTypeDescriptor
65 public CustomTypeDescriptor(Type type, MemberInfo[] members, string[] names) : in CustomTypeDescriptor() method in Jayrock.Json.Conversion.CustomTypeDescriptor
68 …private CustomTypeDescriptor(Type type, bool isAnonymousClass, MemberInfo[] members, string[] name… in CustomTypeDescriptor() method in Jayrock.Json.Conversion.CustomTypeDescriptor
198 public static CustomTypeDescriptor TryCreateForAnonymousClass(Type type) in TryCreateForAnonymousClass()
204 return like ? new CustomTypeDescriptor(type, like, null, null) : null; in TryCreateForAnonymousClass()
H A DExportContext.cs148CustomTypeDescriptor anonymousClass = CustomTypeDescriptor.TryCreateForAnonymousClass(type); in FindCompatibleExporter()
H A DImportContext.cs189CustomTypeDescriptor anonymousClass = CustomTypeDescriptor.TryCreateForAnonymousClass(type); in FindCompatibleImporter()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock.Json/Json/Conversion/Converters/
H A DComponentImporter.cs30 using CustomTypeDescriptor = Conversion.CustomTypeDescriptor; typedef
53 typeDescriptor = new CustomTypeDescriptor(type); in ComponentImporter()
H A DComponentExporter.cs31 using CustomTypeDescriptor = Conversion.CustomTypeDescriptor; typedef
46 : (new CustomTypeDescriptor(inputType)).GetProperties()) {} in ComponentExporter()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DCustomTypeDescriptorTests.cs50 private class CallEmptyConstructor : CustomTypeDescriptor
54 private class InjectsParent : CustomTypeDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ComponentModel.DataAnnotations/Test/System.ComponentModel.DataAnnotations/
H A DAssociatedMetadataTypeTypeDescriptionProviderTests.cs78 Assert.IsTrue (typeof (CustomTypeDescriptor).IsAssignableFrom (oType), "#C3"); in GetTypeDescriptor()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data.EntityFramework/Metadata/
H A DTypeDescriptorBase.cs13 internal abstract class TypeDescriptorBase : CustomTypeDescriptor
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/tests/Jayrock/Json/Conversion/Converters/
H A DTestComponentExporter.cs35 using CustomTypeDescriptor = Conversion.CustomTypeDescriptor; typedef
463 …_componentType = new CustomTypeDescriptor(type, new MemberInfo[] { x, y }, new string[] { "x", "y"… in Point()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/DynamicData/Util/
H A DDictionaryCustomTypeDescriptor.cs7 internal class DictionaryCustomTypeDescriptor : CustomTypeDescriptor {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Serializer/
H A DCompositeActivityTypeDescriptor.cs22 internal class CompositeActivityTypeDescriptor : CustomTypeDescriptor
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/FastColoredTextBox/
H A DTypeDescriptor.cs31 class FCTBTypeDescriptor : CustomTypeDescriptor
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Http.Data/Metadata/
H A DDataControllerTypeDescriptor.cs14 internal class DataControllerTypeDescriptor : CustomTypeDescriptor
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ComponentModel.DataAnnotations/DataAnnotations/
H A DAssociatedMetadataTypeTypeDescriptor.cs11 internal class AssociatedMetadataTypeTypeDescriptor : CustomTypeDescriptor {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DWorkflowDataContext.cs15 …public sealed class WorkflowDataContext : CustomTypeDescriptor, INotifyPropertyChanged, IDisposable
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.ComponentModel.TypeConverter/
H A DTypeForwarders.cs35 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.ComponentModel.TypeConverter.cs28 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.ComponentModel.TypeConverter.cs29 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.ComponentModel.CustomTypeDescriptor))]

123