Метод | Описание | |
---|---|---|
BindProfileElement ( long profileTypeId ) : IEnumerable |
Binds the profile element.
|
|
UpdateProfileElementsPositions ( long profileElementId, long profileHeaderId, int orderNumber ) : void |
Updates the profile elements positions.
|
public static BindProfileElement ( long profileTypeId ) : IEnumerable |
||
profileTypeId | long | The profile type id. |
Результат | IEnumerable |
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 |