C# Класс Simpl.Serialization.Types.Scalar.FieldInfoType

Наследование: ReferenceType
Показать файл Открыть проект

Открытые методы

Метод Описание
FieldInfoType ( ) : System
GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
Marshall ( object instance, TranslationContext context = null ) : string
SimplEquals ( object left, object right ) : bool

Описание методов

FieldInfoType() публичный Метод

public FieldInfoType ( ) : System
Результат System

GetInstance() публичный Метод

public GetInstance ( string value, string formatStrings, IScalarUnmarshallingContext unmarshallingContext ) : object
value string
formatStrings string
unmarshallingContext IScalarUnmarshallingContext
Результат object

Marshall() публичный Метод

public Marshall ( object instance, TranslationContext context = null ) : string
instance object
context Simpl.Serialization.Context.TranslationContext
Результат string

SimplEquals() публичный Метод

public SimplEquals ( object left, object right ) : bool
left object
right object
Результат bool