C# 클래스 GSoft.Dynamite.Binding.Converters.PrincipalValueConverter

The converter for principals.
상속: IConverter
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
Convert ( object value, ConversionArguments arguments ) : object

Converts the specified value.

ConvertBack ( object value, ConversionArguments arguments ) : object

Converts the specified value back.

메소드 상세

Convert() 공개 메소드

Converts the specified value.
public Convert ( object value, ConversionArguments arguments ) : object
value object The value.
arguments ConversionArguments The arguments.
리턴 object

ConvertBack() 공개 메소드

Converts the specified value back.
public ConvertBack ( object value, ConversionArguments arguments ) : object
value object The value.
arguments ConversionArguments The arguments.
리턴 object