C# Class GSoft.Dynamite.ValueTypes.LookupValue

The lookup value.
Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
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.

Method Details

LookupValue() public method

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

LookupValue() public method

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