Paket | com.adobe.solutions.rca.constant |
Klass | public class ReviewCommentVisibility |
Arv | ReviewCommentVisibility Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
ReviewCommentVisibility
Enum.
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
The constructor for ReviewCommentVisibility class. | ReviewCommentVisibility | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
INTER_STAGE : String = "INTER_STAGE" [statisk]
Comments are shared across multiple stages. | ReviewCommentVisibility | ||
ONLY_INTRA_STAGE : String = "ONLY_INTRA_STAGE" [statisk]
Comments of two stages are hidden from each other. | ReviewCommentVisibility | ||
TYPES : Array [statisk]
Utility array containg all the valid values of ReviewType. | ReviewCommentVisibility |
Konstruktordetaljer
ReviewCommentVisibility | () | Konstruktor |
public function ReviewCommentVisibility()
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
The constructor for ReviewCommentVisibility
class.
The ReviewCommentVisibility
class provides values for the commentVisibility
property of ReviewContext
.
The property determines the behaviour of the comments in across review stages.
Relaterade API-element
Konstantdetaljer
INTER_STAGE | Konstant |
public static const INTER_STAGE:String = "INTER_STAGE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Comments are shared across multiple stages.
ONLY_INTRA_STAGE | Konstant |
public static const ONLY_INTRA_STAGE:String = "ONLY_INTRA_STAGE"
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Comments of two stages are hidden from each other.
TYPES | Konstant |
public static const TYPES:Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Review, Commenting, and Approval Building Block 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Utility array containg all the valid values of ReviewType
.
Tue Jun 12 2018, 01:40 PM Z