Метод | Описание | |
---|---|---|
CanShowTo ( RequestAttributes restrictions ) : bool | ||
HasAccessTo ( RequestAttributes restrictions ) : bool | ||
RestrictAttribute ( ) : System | ||
RestrictAttribute ( RequestAttributes allowedAccessScenarios, RequestAttributes visibleToScenarios ) : System |
Restrict access and metadata visibility to any of the specified access scenarios
|
Метод | Описание | |
---|---|---|
ToAllowedFlagsSet ( RequestAttributes restrictToAny ) : RequestAttributes[] |
Returns the allowed set of scenarios based on the user-specified restrictions
|
public CanShowTo ( RequestAttributes restrictions ) : bool | ||
restrictions | RequestAttributes | |
Результат | bool |
public HasAccessTo ( RequestAttributes restrictions ) : bool | ||
restrictions | RequestAttributes | |
Результат | bool |
public RestrictAttribute ( RequestAttributes allowedAccessScenarios, RequestAttributes visibleToScenarios ) : System | ||
allowedAccessScenarios | RequestAttributes | |
visibleToScenarios | RequestAttributes | |
Результат | System |