Converts an expected List of objects to a List of Guids.
Namespace: Relativity.Kepler.Serialization
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public static List<Guid> ObjectAsListObjectToListGuid( Object input, string propertyName )
Parameters
- input
- Type: System.Object
[Missing <param name="input"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsListObjectToListGuid(System.Object,System.String)"]
- propertyName
- Type: System.String
[Missing <param name="propertyName"/> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsListObjectToListGuid(System.Object,System.String)"]
Return Value
Type: List< Guid>[Missing <returns> documentation for "M:Relativity.Kepler.Serialization.TransformHelpers.ObjectAsListObjectToListGuid(System.Object,System.String)"]
Remarks
See Also