C# 클래스 BranchPresets.LayoutHelper

파일 보기 프로젝트 열기: kamsar/BranchPresets 1 사용 예제들

공개 메소드들

메소드 설명
ApplyActionToAllFinalRenderings ( System.Item item, RenderingActionResult>.Func action ) : void

Helper method that loops over all Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.

ApplyActionToAllRenderings ( System.Item item, RenderingActionResult>.Func action ) : void

Helper method that loops over all Shared and Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.

ApplyActionToAllSharedRenderings ( System.Item item, RenderingActionResult>.Func action ) : void

Helper method that loops over all Shared renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.

비공개 메소드들

메소드 설명
ApplyActionToAllRenderings ( System.Item item, ID fieldId, RenderingActionResult>.Func action ) : void
ApplyActionToLayoutXml ( string xml, RenderingActionResult>.Func action ) : string

메소드 상세

ApplyActionToAllFinalRenderings() 공개 정적인 메소드

Helper method that loops over all Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
public static ApplyActionToAllFinalRenderings ( System.Item item, RenderingActionResult>.Func action ) : void
item System.Item
action RenderingActionResult>.Func
리턴 void

ApplyActionToAllRenderings() 공개 정적인 메소드

Helper method that loops over all Shared and Final renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
public static ApplyActionToAllRenderings ( System.Item item, RenderingActionResult>.Func action ) : void
item System.Item
action RenderingActionResult>.Func
리턴 void

ApplyActionToAllSharedRenderings() 공개 정적인 메소드

Helper method that loops over all Shared renderings in all devices attached to an item and invokes a function on each of them. The function may request the deletion of the item by returning a specific enum value.
public static ApplyActionToAllSharedRenderings ( System.Item item, RenderingActionResult>.Func action ) : void
item System.Item
action RenderingActionResult>.Func
리턴 void