C# 클래스 Core.Profiles.Helpers.ProfileHelper

파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
BindProfileElement ( long profileTypeId ) : IEnumerable

Binds the profile element.

UpdateProfileElementsPositions ( long profileElementId, long profileHeaderId, int orderNumber ) : void

Updates the profile elements positions.

메소드 상세

BindProfileElement() 공개 정적인 메소드

Binds the profile element.
public static BindProfileElement ( long profileTypeId ) : IEnumerable
profileTypeId long The profile type id.
리턴 IEnumerable

UpdateProfileElementsPositions() 공개 정적인 메소드

Updates the profile elements positions.
public static UpdateProfileElementsPositions ( long profileElementId, long profileHeaderId, int orderNumber ) : void
profileElementId long The profile element id.
profileHeaderId long The profile header id.
orderNumber int The order number.
리턴 void