C# Класс Microsoft.ResourceManagement.ObjectModel.RmResource

IFormattable implementation of RmResource
Наследование: IFormattable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populate the SerializationInfo data needed to serialize the object.

ToString ( string format, IFormatProvider formatProvider ) : string

Return a string with the value of the attribute whose name is passed as format. If the attribute is multi valued, returns a string with the concatenation of the values separated by ';'

Защищенные методы

Метод Описание
RmResource ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor

The call to the base constructor ensures that the dictionary is created and filled with attribute names.

Приватные методы

Метод Описание
GetString ( object x ) : string

Get string checking if object is null.

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

GetObjectData() публичный метод

Populate the SerializationInfo data needed to serialize the object.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Результат void

RmResource() защищенный метод

Serialization constructor
The call to the base constructor ensures that the dictionary is created and filled with attribute names.
protected RmResource ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

ToString() публичный метод

Return a string with the value of the attribute whose name is passed as format. If the attribute is multi valued, returns a string with the concatenation of the values separated by ';'
public ToString ( string format, IFormatProvider formatProvider ) : string
format string
formatProvider IFormatProvider
Результат string