C# Class FLS.SharePoint.UserProfile.Features.CreateUserProfileProperties.UserProfilePropertiesHelper

Afficher le fichier Open project: ivankozyrev/fls-internal-portal Class Usage Examples

Méthodes publiques

Méthode Description
CreateProperties ( IEnumerable properties ) : void
RemoveProperties ( IEnumerable propertyNameCollection ) : void
UserProfilePropertiesHelper ( SPServiceContext context, ILogger logger ) : System.Collections

Private Methods

Méthode Description
GetPropertyType ( IEnumerable collection, string typeName ) : PropertyDataType

Method Details

CreateProperties() public méthode

public CreateProperties ( IEnumerable properties ) : void
properties IEnumerable
Résultat void

RemoveProperties() public méthode

public RemoveProperties ( IEnumerable propertyNameCollection ) : void
propertyNameCollection IEnumerable
Résultat void

UserProfilePropertiesHelper() public méthode

public UserProfilePropertiesHelper ( SPServiceContext context, ILogger logger ) : System.Collections
context SPServiceContext
logger ILogger
Résultat System.Collections