C# Class GSoft.Dynamite.ValueTypes.LookupValue

The lookup value.
Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode 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 méthode

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

LookupValue() public méthode

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