C# Class Core.Profiles.Helpers.ProfileHelper

Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode 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 méthode

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

UpdateProfileElementsPositions() public static méthode

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.
Résultat void