C# Класс FLS.SharePoint.UserProfile.Features.CreateUserProfileProperties.UserProfilePropertiesHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreateProperties ( IEnumerable properties ) : void
RemoveProperties ( IEnumerable propertyNameCollection ) : void
UserProfilePropertiesHelper ( SPServiceContext context, ILogger logger ) : System.Collections

Приватные методы

Метод Описание
GetPropertyType ( IEnumerable collection, string typeName ) : PropertyDataType

Описание методов

CreateProperties() публичный Метод

public CreateProperties ( IEnumerable properties ) : void
properties IEnumerable
Результат void

RemoveProperties() публичный Метод

public RemoveProperties ( IEnumerable propertyNameCollection ) : void
propertyNameCollection IEnumerable
Результат void

UserProfilePropertiesHelper() публичный Метод

public UserProfilePropertiesHelper ( SPServiceContext context, ILogger logger ) : System.Collections
context SPServiceContext
logger ILogger
Результат System.Collections