Method | Description | |
---|---|---|
GetOperation ( System.Management.Automation.PSObject obj ) : RowOperation |
Gets the operation performed on this Record by a patch or transform for use in code methods.
|
|
GetPath ( System.Management.Automation.PSObject obj ) : string |
Gets the path to the package that contains this Record for use in code methods.
|
|
GetProperties ( object baseObject ) : Collection |
Gets a collection of properties for a Record.
|
|
GetProperty ( object baseObject, string propertyName ) : System.Management.Automation.PSAdaptedProperty |
Gets a property for a Record with the given name.
|
|
GetPropertyTypeName ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : string |
Gets the native Type name for the property value.
|
|
GetPropertyValue ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : object |
Gets the property value.
|
|
GetQuery ( System.Management.Automation.PSObject obj ) : string |
Gets the query string that returned the Record for use in code methods.
|
|
GetTypeNameHierarchy ( object baseObject ) : Collection |
Adds the table name, if available, to the beginning of the type name hierarchy.
|
|
IsGettable ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : bool |
Gets whether the property is gettable.
|
|
IsSettable ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : bool |
Gets whether the property is settable.
|
|
SetPropertyValue ( System.Management.Automation.PSAdaptedProperty adaptedProperty, object value ) : void |
Sets the property value.
|
Method | Description | |
---|---|---|
EnsurePropertyCache ( Record record ) : PropertySet | ||
GetPropertyValue ( System.Management.Automation.PSAdaptedProperty adaptedProperty, Record record ) : object |
public static GetOperation ( System.Management.Automation.PSObject obj ) : RowOperation | ||
obj | System.Management.Automation.PSObject | The |
return | RowOperation |
public static GetPath ( System.Management.Automation.PSObject obj ) : string | ||
obj | System.Management.Automation.PSObject | The |
return | string |
public GetProperties ( object baseObject ) : Collection |
||
baseObject | object | The |
return | Collection |
public GetProperty ( object baseObject, string propertyName ) : System.Management.Automation.PSAdaptedProperty | ||
baseObject | object | The |
propertyName | string | The column name of a |
return | System.Management.Automation.PSAdaptedProperty |
public GetPropertyTypeName ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : string | ||
adaptedProperty | System.Management.Automation.PSAdaptedProperty | The property to check. |
return | string |
public GetPropertyValue ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : object | ||
adaptedProperty | System.Management.Automation.PSAdaptedProperty | The property to get. |
return | object |
public static GetQuery ( System.Management.Automation.PSObject obj ) : string | ||
obj | System.Management.Automation.PSObject | The |
return | string |
public GetTypeNameHierarchy ( object baseObject ) : Collection |
||
baseObject | object | The |
return | Collection |
public IsGettable ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : bool | ||
adaptedProperty | System.Management.Automation.PSAdaptedProperty | The property to check. |
return | bool |
public IsSettable ( System.Management.Automation.PSAdaptedProperty adaptedProperty ) : bool | ||
adaptedProperty | System.Management.Automation.PSAdaptedProperty | The property to check. |
return | bool |
public SetPropertyValue ( System.Management.Automation.PSAdaptedProperty adaptedProperty, object value ) : void | ||
adaptedProperty | System.Management.Automation.PSAdaptedProperty | The property to set. |
value | object | The property value to set. |
return | void |