Click or drag to resize
ISystemInformationModelCreateSpaceEntity Method
Zet Universe

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

[Missing <summary> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

Namespace: ZU.Core
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#
IEntity CreateSpaceEntity(
	string spaceTitle,
	string relativeName,
	ModelKind spaceKind,
	string spaceEntityId
)

Parameters

spaceTitle
Type: SystemString

[Missing <param name="spaceTitle"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

relativeName
Type: SystemString

[Missing <param name="relativeName"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

spaceKind
Type: ZU.CoreModelKind

[Missing <param name="spaceKind"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

spaceEntityId
Type: SystemString

[Missing <param name="spaceEntityId"/> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

Return Value

Type: IEntity

[Missing <returns> documentation for "M:ZU.Core.ISystemInformationModel.CreateSpaceEntity(System.String,System.String,ZU.Core.ModelKind,System.String)"]

See Also