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

Names of AttributeTypeDescription specific attributes
Afficher le fichier Open project: Predica/FimClient

Méthodes publiques

Свойство 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
Résultat 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
Résultat 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
Résultat 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
Résultat Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Multivalued public_oe static_oe property

Multivalued Multivalued
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Multivalued
Résultat Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Name public_oe static_oe property

Name Name
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel Name
Résultat 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
Résultat Microsoft.ResourceManagement.ObjectModel.RmAttributeName

UsageKeyword public_oe static_oe property

Usage Keyword UsageKeyword
public static RmAttributeName,Microsoft.ResourceManagement.ObjectModel UsageKeyword
Résultat Microsoft.ResourceManagement.ObjectModel.RmAttributeName