C# 클래스 GSoft.Dynamite.ValueTypes.LookupValue

The lookup value.
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
LookupValue ( SPFieldLookupValue fieldLookupValue ) : Microsoft.SharePoint

Initializes a new instance of the LookupValue class.

LookupValue ( int lookupId ) : Microsoft.SharePoint

Initializes a new instance of the LookupValue class.

메소드 상세

LookupValue() 공개 메소드

Initializes a new instance of the LookupValue class.
public LookupValue ( SPFieldLookupValue fieldLookupValue ) : Microsoft.SharePoint
fieldLookupValue SPFieldLookupValue The field lookup value.
리턴 Microsoft.SharePoint

LookupValue() 공개 메소드

Initializes a new instance of the LookupValue class.
public LookupValue ( int lookupId ) : Microsoft.SharePoint
lookupId int The lookup id.
리턴 Microsoft.SharePoint