Click or drag to resize

JsonViewModelSerializerWritePropertyUtil Method

Write property utility

Namespace: SanteDB.Core.ViewModel.Json
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public void WritePropertyUtil(
	JsonWriter w,
	string propertyName,
	Object instance,
	SerializationContext context,
	bool noSubContext = false
)

Parameters

w  JsonWriter

[Missing <param name="w"/> documentation for "M:SanteDB.Core.ViewModel.Json.JsonViewModelSerializer.WritePropertyUtil(Newtonsoft.Json.JsonWriter,System.String,System.Object,SanteDB.Core.ViewModel.SerializationContext,System.Boolean)"]

propertyName  String

[Missing <param name="propertyName"/> documentation for "M:SanteDB.Core.ViewModel.Json.JsonViewModelSerializer.WritePropertyUtil(Newtonsoft.Json.JsonWriter,System.String,System.Object,SanteDB.Core.ViewModel.SerializationContext,System.Boolean)"]

instance  Object

[Missing <param name="instance"/> documentation for "M:SanteDB.Core.ViewModel.Json.JsonViewModelSerializer.WritePropertyUtil(Newtonsoft.Json.JsonWriter,System.String,System.Object,SanteDB.Core.ViewModel.SerializationContext,System.Boolean)"]

context  SerializationContext

[Missing <param name="context"/> documentation for "M:SanteDB.Core.ViewModel.Json.JsonViewModelSerializer.WritePropertyUtil(Newtonsoft.Json.JsonWriter,System.String,System.Object,SanteDB.Core.ViewModel.SerializationContext,System.Boolean)"]

noSubContext  Boolean  (Optional)

[Missing <param name="noSubContext"/> documentation for "M:SanteDB.Core.ViewModel.Json.JsonViewModelSerializer.WritePropertyUtil(Newtonsoft.Json.JsonWriter,System.String,System.Object,SanteDB.Core.ViewModel.SerializationContext,System.Boolean)"]

See Also