StandardPerMassForceUnitsValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the StandardPerMassForceUnitsValues enumeration.
public enum StandardPerMassForceUnitsValues
public readonly struct StandardPerMassForceUnitsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues>, IEquatable<DocumentFormat.OpenXml.InkML.StandardPerMassForceUnitsValues>
type StandardPerMassForceUnitsValues =
type StandardPerMassForceUnitsValues = struct
interface IEnumValue
interface IEnumValueFactory<StandardPerMassForceUnitsValues>
Public Enum StandardPerMassForceUnitsValues
Public Structure StandardPerMassForceUnitsValues
Implements IEnumValue, IEnumValueFactory(Of StandardPerMassForceUnitsValues), IEquatable(Of StandardPerMassForceUnitsValues)
- Inheritance
-
StandardPerMassForceUnitsValues
- Inheritance
-
StandardPerMassForceUnitsValues
Fields
Name | Value | Description |
---|---|---|
PerKilogram | 0 | 1/Kg. When the item is serialized out as xml, its value is "1/Kg". |
PerGram | 1 | 1/g. When the item is serialized out as xml, its value is "1/g". |
PerMilligram | 2 | 1/mg. When the item is serialized out as xml, its value is "1/mg". |
PerNewton | 3 | 1/N. When the item is serialized out as xml, its value is "1/N". |
PerPond | 4 | 1/lb. When the item is serialized out as xml, its value is "1/lb". |
Equality(StandardPerMassForceUnitsValues, StandardPerMassForceUnitsValues) | ||
Equals(Object) | ||
Equals(StandardPerMassForceUnitsValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<StandardPerMassForceUnitsValues>.Create(String) | ||
Inequality(StandardPerMassForceUnitsValues, StandardPerMassForceUnitsValues) | ||
PerGram | 1/g. When the item is serialized out as xml, its value is "1/g". |
|
PerKilogram | 1/Kg. When the item is serialized out as xml, its value is "1/Kg". |
|
PerMilligram | 1/mg. When the item is serialized out as xml, its value is "1/mg". |
|
PerNewton | 1/N. When the item is serialized out as xml, its value is "1/N". |
|
PerPond | 1/lb. When the item is serialized out as xml, its value is "1/lb". |
|
StandardPerMassForceUnitsValues(String) | Creates a new StandardPerMassForceUnitsValues enum instance |
|
ToString() |