Class IdentityFormatter<T>
Formats a provided identity into its text equivalent.
Inheritance
System.Object
IdentityFormatter<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ExtendedXmlSerializer.ContentModel.Identification
Assembly: ExtendedXmlSerializer.dll
Syntax
public class IdentityFormatter<T> : IFormatter<T>, IParameterizedSource<T, string> where T : IIdentity
Type Parameters
T
The identity type. |
Constructors
IdentityFormatter()
Creates a new instance.
Declaration
protected IdentityFormatter()
Properties
Default
The default instance.
Declaration
public static IdentityFormatter<T> Default { get; }
Property Value
IdentityFormatter<T>
|
Methods
Get(T)
Performs the selection.
Declaration
public string Get(T parameter)
Parameters
T
parameter
|
Returns
System.String
A value of the return type. |