LinqToSalesforce


JsonEntity

Namespace: LinqToSalesforce
Parent Module: Entities

Constructors

ConstructorDescription
new(o)
Signature: o:JObject -> JsonEntity

CompiledName: .ctor

Instance members

Instance memberDescription
GetId()
Signature: unit -> string option
GetMember(fn type)
Signature: fn:string -> type:Type -> obj
GetMemberValue(fn typename)
Signature: fn:string -> typename:string -> obj
GetTableName()
Signature: unit -> string
Json
Signature: JObject

CompiledName: get_Json

SetMemberValue(fn value)
Signature: fn:string -> value:obj -> unit
Fork me on GitHub