C# Class System.Runtime.Serialization.Globals

ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
NewObjectId string

Private Properties

Property Type Description
CreateScriptObjectClassDataContract ClassDataContract
FilterMethodBases System.Reflection.MethodBase
GetConstructor System.Reflection.ConstructorInfo
GetMethod System.Reflection.MethodInfo
IsDBNullValue bool
ScriptObjectJsonDeserialize object
ScriptObjectJsonSerialize string
SetScriptObjectJsonSerializer void
TypeOfScriptObject_IsAssignableFrom bool
TypeSequenceEqual bool

Private Methods

Method Description
CreateScriptObjectClassDataContract ( ) : ClassDataContract
FilterMethodBases ( MethodBase methodBases, Type parameterTypes, string methodName ) : MethodBase
GetConstructor ( this type, BindingFlags bindingFlags, Type parameterTypes ) : ConstructorInfo
GetMethod ( this type, string methodName, BindingFlags bindingFlags, Type parameterTypes ) : MethodInfo
IsDBNullValue ( object o ) : bool
ScriptObjectJsonDeserialize ( string json ) : object
ScriptObjectJsonSerialize ( object obj ) : string
SetScriptObjectJsonSerializer ( Type typeOfScriptObject, string>.Func serializeFunc, object>.Func deserializeFunc ) : void
TypeOfScriptObject_IsAssignableFrom ( Type type ) : bool
TypeSequenceEqual ( Type seq1, Type seq2 ) : bool

Property Details

NewObjectId public_oe static_oe property

public static string NewObjectId
return string