C# 클래스 FLS.SharePoint.UserProfile.Features.CreateUserProfileProperties.UserProfilePropertiesHelper

파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal 1 사용 예제들

공개 메소드들

메소드 설명
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