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

Exibir arquivo Open project: ivankozyrev/fls-internal-portal Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetPropertyType ( IEnumerable collection, string typeName ) : PropertyDataType

Method Details

CreateProperties() public method

public CreateProperties ( IEnumerable properties ) : void
properties IEnumerable
return void

RemoveProperties() public method

public RemoveProperties ( IEnumerable propertyNameCollection ) : void
propertyNameCollection IEnumerable
return void

UserProfilePropertiesHelper() public method

public UserProfilePropertiesHelper ( SPServiceContext context, ILogger logger ) : System.Collections
context SPServiceContext
logger ILogger
return System.Collections