C# 클래스 System.Runtime.Serialization.Globals

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NewObjectId string

Private Properties

프로퍼티 타입 설명
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

비공개 메소드들

메소드 설명
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

프로퍼티 상세

NewObjectId 공개적으로 정적으로 프로퍼티

public static string NewObjectId
리턴 string