Class ContainerTypeIdentifier
Represent a type descriptor about RadDiagramRuler item container.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Diagrams.Extensions
Assembly: Telerik.Windows.Controls.Diagrams.Extensions.dll
Syntax
public sealed class ContainerTypeIdentifier : IEquatable<ContainerTypeIdentifier>
Methods
Create()
Creates an instance of type declared in the System.Type property.
Declaration
public UIElement Create()
Returns
System.Windows.UIElement
|
Equals(Object)
Determines whether the specified System.Object is equal to this instance.
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
The System.Object to compare with this instance. |
Returns
System.Boolean
|
Overrides
Equals(ContainerTypeIdentifier)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(ContainerTypeIdentifier other)
Parameters
ContainerTypeIdentifier
other
An object to compare with this object. |
Returns
System.Boolean
True if the current object is equal to the |
Implements
FromType<TContainer>()
Creates an instance of type TContainer/>.
Declaration
public static ContainerTypeIdentifier FromType<TContainer>()
where TContainer : UIElement, new()
Returns
ContainerTypeIdentifier
|
Type Parameters
TContainer
The type of the container. |
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System.Int32
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
Operators
Equality(ContainerTypeIdentifier, ContainerTypeIdentifier)
Implements the operator ==.
Declaration
public static bool operator ==(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
ContainerTypeIdentifier
left
The left. |
ContainerTypeIdentifier
right
The right. |
Returns
System.Boolean
The result of the operator. |
Inequality(ContainerTypeIdentifier, ContainerTypeIdentifier)
Implements the operator !=.
Declaration
public static bool operator !=(ContainerTypeIdentifier left, ContainerTypeIdentifier right)
Parameters
ContainerTypeIdentifier
left
The left. |
ContainerTypeIdentifier
right
The right. |
Returns
System.Boolean
The result of the operator. |