C# Class Microsoft.ResourceManagement.ObjectModel.ResourceTypes.RmPortalUIConfiguration.AttributeNames

Names of PortalUIConfiguration specific attributes
显示文件 Open project: Predica/FimClient

Public Properties

Property Type Description
BrandingCenterText Microsoft.ResourceManagement.ObjectModel.RmAttributeName
BrandingLeftImage Microsoft.ResourceManagement.ObjectModel.RmAttributeName
BrandingRightImage Microsoft.ResourceManagement.ObjectModel.RmAttributeName
IsConfigurationType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ListViewCacheTimeOut Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ListViewPageSize Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ListViewPagesToCache Microsoft.ResourceManagement.ObjectModel.RmAttributeName
TimeZone Microsoft.ResourceManagement.ObjectModel.RmAttributeName
UICacheTime Microsoft.ResourceManagement.ObjectModel.RmAttributeName
UICountCacheTime Microsoft.ResourceManagement.ObjectModel.RmAttributeName
UIUserCacheTime Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

BrandingCenterText public_oe static_oe property

Branding Center Text The centered branding text that used by branding control
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel BrandingCenterText
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

BrandingLeftImage public_oe static_oe property

Branding Left Image The left url image that is used by branding control
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel BrandingLeftImage
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

BrandingRightImage public_oe static_oe property

Branding Right Image The right url image that used by branding control
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel BrandingRightImage
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

IsConfigurationType public_oe static_oe property

Is Configuration Type This is an indication that this resource is a configuration resource.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel IsConfigurationType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ListViewCacheTimeOut public_oe static_oe property

ListView Cache Time Out Specify the amount of time for the ListView cache to time out and expire.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ListViewCacheTimeOut
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ListViewPageSize public_oe static_oe property

ListView Items per Page Specify the number of items to show per page in all ListViews.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ListViewPageSize
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ListViewPagesToCache public_oe static_oe property

ListView Pages to Cache Specify the number of pages to cache while retrieving ListView results.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ListViewPagesToCache
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

TimeZone public_oe static_oe property

Time Zone Reference to timezone configuration
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel TimeZone
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

UICacheTime public_oe static_oe property

Global Cache Duration This time how long the UI configuration element will be kept on the cache
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel UICacheTime
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

UICountCacheTime public_oe static_oe property

Navigation Bar Resource Count Cache Duration This time how long the UI dynamic counts will stay on the cache before it expired
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel UICountCacheTime
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

UIUserCacheTime public_oe static_oe property

Per User Cache Duration This time for how long the UI user data will stay on the cache before it expired
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel UIUserCacheTime
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName