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

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

Public Properties

Property Type Description
DataType Microsoft.ResourceManagement.ObjectModel.RmAttributeName
IntegerMaximum Microsoft.ResourceManagement.ObjectModel.RmAttributeName
IntegerMinimum Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Localizable Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Multivalued Microsoft.ResourceManagement.ObjectModel.RmAttributeName
Name Microsoft.ResourceManagement.ObjectModel.RmAttributeName
StringRegex Microsoft.ResourceManagement.ObjectModel.RmAttributeName
UsageKeyword Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Property Details

DataType public_oe static_oe property

Data Type DataType
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel DataType
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

IntegerMaximum public_oe static_oe property

Integer Maximum For an Integer attribute, this is the maximum value, inclusive.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel IntegerMaximum
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

IntegerMinimum public_oe static_oe property

Integer Minimum For an Integer attribute, this is the minimum value, inclusive.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel IntegerMinimum
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Localizable public_oe static_oe property

Localizable A true indicates this attribute can be localized. Only allowed for String DataTypes.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Localizable
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Multivalued public_oe static_oe property

Multivalued Multivalued
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Multivalued
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Name public_oe static_oe property

Name Name
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Name
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

StringRegex public_oe static_oe property

String Regular Expression This is a .Net Regex pattern that defines what string values are allowed.
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel StringRegex
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName

UsageKeyword public_oe static_oe property

Usage Keyword UsageKeyword
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel UsageKeyword
return Microsoft.ResourceManagement.ObjectModel.RmAttributeName