Method | Description | |
---|---|---|
GetExpirationDate ( object tuple ) : System.DateTime | ||
GetId ( object tuple ) : System.Guid | ||
GetOwnerName ( object tuple ) : string | ||
GetTextInformation ( object tuple ) : string | ||
TransformList ( System collection ) : System.Collections.IList | ||
TransformTuple ( object tuple, string aliases ) : object |
public GetExpirationDate ( object tuple ) : System.DateTime | ||
tuple | object | |
return | System.DateTime |
public GetOwnerName ( object tuple ) : string | ||
tuple | object | |
return | string |
public GetTextInformation ( object tuple ) : string | ||
tuple | object | |
return | string |
public TransformList ( System collection ) : System.Collections.IList | ||
collection | System | |
return | System.Collections.IList |
public TransformTuple ( object tuple, string aliases ) : object | ||
tuple | object | |
aliases | string | |
return | object |