C# Class Core.Profiles.Helpers.ProfileHelper

Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
BindProfileElement ( long profileTypeId ) : IEnumerable

Binds the profile element.

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

Updates the profile elements positions.

Method Details

BindProfileElement() public static method

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

UpdateProfileElementsPositions() public static method

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.
return void