Interface IRelationType
- Namespace
- Javax.Management.Relation
- Assembly
- MASES.JNet.dll
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/management/relation/RelationType.html
public interface IRelationType : ISerializable
Properties
RelationTypeName
String RelationTypeName { get; }
Property Value
RoleInfos
https://docs.oracle.com/javase/8/docs/api/javax/management/relation/RelationType.html#getRoleInfos--
List<RoleInfo> RoleInfos { get; }
Property Value
Methods
GetRoleInfo(String)
RoleInfo GetRoleInfo(String arg0)