-
-
Notifications
You must be signed in to change notification settings - Fork 44
sharedlibrarycoredtosmetaresponses UpdatedAliasResponse
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Dtos.Meta.Responses
SharedLibraryCore.Dtos.Meta.Responses.UpdatedAliasResponse[[UpdatedAliasResponse]]
SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse[[BaseMetaResponse]]
end
SharedLibraryCore.Dtos.Meta.Responses.BaseMetaResponse --> SharedLibraryCore.Dtos.Meta.Responses.UpdatedAliasResponse
Type | Name | Methods |
---|---|---|
string |
IPAddress |
get, set |
string |
Name |
get, set |
Returns | Name |
---|---|
bool |
Equals (object obj) |
int |
GetHashCode () |
public UpdatedAliasResponse()
public override bool Equals(object obj)
Type | Name | Description |
---|---|---|
object |
obj |
public override int GetHashCode()
public string Name { get; set; }
public string IPAddress { get; set; }
Generated with ModularDoc