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

A base class for SharePoint list item value conversions.
상속: IConverter
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

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

Converts the specified value.

ConvertBack ( object value, SharePointListItemConversionArguments arguments ) : object

Converts the specified value back.

비공개 메소드들

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

Converts the specified value.

메소드 상세

Convert() 공개 추상적인 메소드

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

ConvertBack() 공개 추상적인 메소드

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