Click or drag to resize
EntityRefExtensionsIsLive Method
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:ZU.Semantic.EntityRefExtensions.IsLive(ZU.Semantic.EntityRef)"]

Namespace: ZU.Semantic
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public static bool IsLive(
	this EntityRef er
)

Parameters

er
Type: ZU.SemanticEntityRef

[Missing <param name="er"/> documentation for "M:ZU.Semantic.EntityRefExtensions.IsLive(ZU.Semantic.EntityRef)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:ZU.Semantic.EntityRefExtensions.IsLive(ZU.Semantic.EntityRef)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type EntityRef. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also