C# 클래스 Microsoft.ResourceManagement.ObjectModel.RmResource

IFormattable implementation of RmResource
상속: IFormattable
파일 보기 프로젝트 열기: Predica/FimClient 1 사용 예제들

공개 메소드들

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