C# Class Jayrock.Json.Conversion.TestCustomTypeDescriptor.Thing

Datei anzeigen Open project: atifaziz/Jayrock

Public Properties

Property Type Description
Field1 object
Field3 object
ReadOnlyField object

Private Properties

Property Type Description

Public Methods

Method Description
GetField1Property ( ) : PropertyDescriptor
GetProperty1Property ( ) : PropertyDescriptor
GetReadOnlyFieldProperty ( ) : PropertyDescriptor
GetReadOnlyPropertyProperty ( ) : PropertyDescriptor

Method Details

GetField1Property() public static method

public static GetField1Property ( ) : PropertyDescriptor
return PropertyDescriptor

GetProperty1Property() public static method

public static GetProperty1Property ( ) : PropertyDescriptor
return PropertyDescriptor

GetReadOnlyFieldProperty() public static method

public static GetReadOnlyFieldProperty ( ) : PropertyDescriptor
return PropertyDescriptor

GetReadOnlyPropertyProperty() public static method

public static GetReadOnlyPropertyProperty ( ) : PropertyDescriptor
return PropertyDescriptor

Property Details

Field1 public_oe property

public object Field1
return object

Field3 public_oe property

public object Field3
return object

ReadOnlyField public_oe property

public object ReadOnlyField
return object