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