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

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

Public Properties

Property Type Description
AppliesToCreate Microsoft.ResourceManagement.ObjectModel.RmAttributeName
AppliesToEdit Microsoft.ResourceManagement.ObjectModel.RmAttributeName
AppliesToView Microsoft.ResourceManagement.ObjectModel.RmAttributeName
ConfigurationData Microsoft.ResourceManagement.ObjectModel.RmAttributeName
IsConfigurationType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
StringResources Microsoft.ResourceManagement.ObjectModel.RmAttributeName
TargetObjectType Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

AppliesToCreate public_oe static_oe property

Applies to Create The configuration applies to create mode of the target resource type
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel AppliesToCreate
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

AppliesToEdit public_oe static_oe property

Applies to Edit The configuration applies to edit mode of the target resource type
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel AppliesToEdit
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

AppliesToView public_oe static_oe property

Applies to View The configuration applies to view mode of the target resource type
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel AppliesToView
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

ConfigurationData public_oe static_oe property

Configuration Data It is a configurationData type.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel ConfigurationData
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

StringResources public_oe static_oe property

String Resources This attribute contains the localized value of the string resources for the selected language.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel StringResources
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

TargetObjectType public_oe static_oe property

Target Resource Type Which resource type this configuration applies to
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel TargetObjectType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName