Class XDescriptorProvider
  
Inheritance
XDescriptorProvider
 
Syntax
public static class XDescriptorProvider
 
Methods
  
Describe(Object)
Declaration
public static void Describe(this object target)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Description(Object)
Declaration
public static IDescription Description(this object target)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Returns
Description<TDescription>(Object)
Declaration
public static TDescription Description<TDescription>(this object target)
    where TDescription : IDescription
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Returns
| Type | 
Description | 
| TDescription | 
 | 
Type Parameters
| Name | 
Description | 
| TDescription | 
 | 
Descriptor(Object)
Declaration
public static IDescriptor Descriptor(this object target)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Returns
Descriptor<TDescriptor>(Object)
Declaration
public static TDescriptor Descriptor<TDescriptor>(this object target)
    where TDescriptor : IDescriptor
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Returns
| Type | 
Description | 
| TDescriptor | 
 | 
Type Parameters
| Name | 
Description | 
| TDescriptor | 
 | 
HasDescriptor(Object)
Declaration
public static bool HasDescriptor(this object target)
 
Parameters
| Type | 
Name | 
Description | 
| Object | 
target | 
 | 
Returns